Searched defs:mt76_phy (Results 1 – 1 of 1) sorted by relevance
833 struct mt76_phy { struct834 struct ieee80211_hw *hw;835 struct mt76_dev *dev;836 void *priv;838 unsigned long state;839 unsigned int num_sta;840 u8 band_idx;842 spinlock_t tx_lock;843 struct list_head tx_list;844 struct mt76_queue *q_tx[__MT_TXQ_MAX];[all …]