Searched defs:ieee80211_local (Results 1 – 1 of 1) sorted by relevance
1158 struct ieee80211_local { struct1162 struct ieee80211_hw hw;1164 struct fq fq;1165 struct codel_vars *cvars;1166 struct codel_params cparams;1169 spinlock_t active_txq_lock[IEEE80211_NUM_ACS];1170 struct list_head active_txqs[IEEE80211_NUM_ACS];1171 u16 schedule_round[IEEE80211_NUM_ACS];1173 u16 airtime_flags;1175 const struct ieee80211_ops *ops;[all …]