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