Searched defs:mt76_phy (Results 1 – 1 of 1) sorted by relevance
799 struct mt76_phy { struct800 struct ieee80211_hw *hw;801 struct mt76_dev *dev;802 void *priv;804 unsigned long state;805 unsigned int num_sta;806 u8 band_idx;808 spinlock_t tx_lock;809 struct list_head tx_list;810 struct mt76_queue *q_tx[__MT_TXQ_MAX];[all …]