Searched defs:mt76_connac_pm (Results 1 – 1 of 1) sorted by relevance
72 struct mt76_connac_pm { struct73 bool enable:1;74 bool enable_user:1;75 bool ds_enable:1;76 bool ds_enable_user:1;77 bool suspended:1;79 spinlock_t txq_lock;80 struct {83 } tx_q[IEEE80211_NUM_ACS];85 struct work_struct wake_work;[all …]