Searched defs:mt7615_mcu_ops (Results 1 – 2 of 2) sorted by relevance
217 struct mt7615_mcu_ops { struct218 int (*add_tx_ba)(struct mt7615_dev *dev,221 int (*add_rx_ba)(struct mt7615_dev *dev,224 int (*sta_add)(struct mt7615_phy *phy, struct ieee80211_vif *vif,226 int (*add_dev_info)(struct mt7615_phy *phy, struct ieee80211_vif *vif,228 int (*add_bss_info)(struct mt7615_phy *phy, struct ieee80211_vif *vif,230 int (*add_beacon_offload)(struct mt7615_dev *dev,254 const struct mt7615_mcu_ops *mcu_ops; argument
1696 static const struct mt76_mcu_ops mt7615_mcu_ops = { in mt7615_mcu_init() local