Searched defs:mt76_dev (Results 1 – 1 of 1) sorted by relevance
424 struct mt76_dev { struct425 struct ieee80211_hw *hw;426 struct cfg80211_chan_def chandef;427 struct ieee80211_channel *main_chan;429 spinlock_t lock;430 spinlock_t cc_lock;432 struct mutex mutex;434 const struct mt76_bus_ops *bus;435 const struct mt76_driver_ops *drv;436 const struct mt76_mcu_ops *mcu_ops;[all …]