Searched defs:mt76_dev (Results 1 – 2 of 2) sorted by relevance
574 struct mt76_dev { struct575 struct mt76_phy phy; /* must be first */577 struct mt76_phy *phy2;579 struct ieee80211_hw *hw;581 spinlock_t lock;582 spinlock_t cc_lock;584 u32 cur_cc_bss_rx;586 struct mt76_rx_status rx_ampdu_status;587 u32 rx_ampdu_len;588 u32 rx_ampdu_ref;[all …]
773 struct mt76_dev { struct774 struct mt76_phy phy; /* must be first */775 struct mt76_phy *phys[__MT_MAX_BAND];777 struct ieee80211_hw *hw;779 spinlock_t wed_lock;780 spinlock_t lock;781 spinlock_t cc_lock;783 u32 cur_cc_bss_rx;785 struct mt76_rx_status rx_ampdu_status;786 u32 rx_ampdu_len;[all …]