Searched defs:mt76_connac_pm (Results 1 – 1 of 1) sorted by relevance
87 struct mt76_connac_pm { struct88 bool enable:1;89 bool enable_user:1;90 bool ds_enable:1;91 bool ds_enable_user:1;92 bool suspended:1;94 spinlock_t txq_lock;95 struct {98 } tx_q[IEEE80211_NUM_ACS];100 struct work_struct wake_work;[all …]