Searched defs:ieee80211_local (Results 1 – 1 of 1) sorted by relevance
1129 struct ieee80211_local { struct1133 struct ieee80211_hw hw;1135 struct fq fq;1136 struct codel_vars *cvars;1137 struct codel_params cparams;1140 spinlock_t active_txq_lock[IEEE80211_NUM_ACS];1141 struct list_head active_txqs[IEEE80211_NUM_ACS];1142 u16 schedule_round[IEEE80211_NUM_ACS];1144 u16 airtime_flags;1146 const struct ieee80211_ops *ops;[all …]