Searched defs:ieee80211_local (Results 1 – 1 of 1) sorted by relevance
1163 struct ieee80211_local { struct1167 struct ieee80211_hw hw;1169 struct fq fq;1170 struct codel_vars *cvars;1171 struct codel_params cparams;1174 spinlock_t active_txq_lock[IEEE80211_NUM_ACS];1175 struct list_head active_txqs[IEEE80211_NUM_ACS];1176 u16 schedule_round[IEEE80211_NUM_ACS];1178 u16 airtime_flags;1179 u32 aql_txq_limit_low[IEEE80211_NUM_ACS];[all …]