Searched defs:mt76_phy (Results 1 – 1 of 1) sorted by relevance
857 struct mt76_phy { struct858 struct ieee80211_hw *hw;859 struct mt76_dev *dev;860 void *priv;862 unsigned long state;863 unsigned int num_sta;864 u8 band_idx;866 spinlock_t tx_lock;867 struct list_head tx_list;868 struct mt76_queue *q_tx[__MT_TXQ_MAX];[all …]