Searched defs:mt76_dev (Results 1 – 1 of 1) sorted by relevance
880 struct mt76_dev { struct881 struct mt76_phy phy; /* must be first */882 struct mt76_phy *phys[__MT_MAX_BAND];883 struct mt76_phy *band_phys[NUM_NL80211_BANDS];885 struct ieee80211_hw *hw;887 spinlock_t wed_lock;888 spinlock_t lock;889 spinlock_t cc_lock;891 u32 cur_cc_bss_rx;893 struct mt76_rx_status rx_ampdu_status;[all …]