Searched defs:mt7615_mcu_ops (Results 1 – 2 of 2) sorted by relevance
205 struct mt7615_mcu_ops { struct206 int (*add_tx_ba)(struct mt7615_dev *dev,209 int (*add_rx_ba)(struct mt7615_dev *dev,212 int (*sta_add)(struct mt7615_phy *phy, struct ieee80211_vif *vif,214 int (*add_dev_info)(struct mt7615_phy *phy, struct ieee80211_vif *vif,216 int (*add_bss_info)(struct mt7615_phy *phy, struct ieee80211_vif *vif,218 int (*add_beacon_offload)(struct mt7615_dev *dev,244 const struct mt7615_mcu_ops *mcu_ops; argument
1870 static const struct mt76_mcu_ops mt7615_mcu_ops = { in mt7615_mcu_init() local