Searched defs:ieee80211_local (Results 1 – 1 of 1) sorted by relevance
1284 struct ieee80211_local { struct1288 struct ieee80211_hw hw;1290 struct fq fq;1291 struct codel_vars *cvars;1292 struct codel_params cparams;1295 spinlock_t active_txq_lock[IEEE80211_NUM_ACS];1296 struct list_head active_txqs[IEEE80211_NUM_ACS];1297 u16 schedule_round[IEEE80211_NUM_ACS];1300 spinlock_t handle_wake_tx_queue_lock;1302 u16 airtime_flags;[all …]