Searched defs:mt76_phy (Results 1 – 1 of 1) sorted by relevance
769 struct mt76_phy { struct770 struct ieee80211_hw *hw;771 struct mt76_dev *dev;772 void *priv;774 unsigned long state;775 u8 band_idx;777 spinlock_t tx_lock;778 struct list_head tx_list;779 struct mt76_queue *q_tx[__MT_TXQ_MAX];781 struct cfg80211_chan_def chandef;[all …]