Searched defs:mt76_phy (Results 1 – 1 of 1) sorted by relevance
718 struct mt76_phy { struct719 struct ieee80211_hw *hw;720 struct mt76_dev *dev;721 void *priv;723 unsigned long state;724 u8 band_idx;726 spinlock_t tx_lock;727 struct list_head tx_list;728 struct mt76_queue *q_tx[__MT_TXQ_MAX];730 struct cfg80211_chan_def chandef;[all …]