Searched defs:ieee80211_local (Results 1 – 1 of 1) sorted by relevance
1335 struct ieee80211_local { struct1339 struct ieee80211_hw hw;1341 struct fq fq;1342 struct codel_vars *cvars;1343 struct codel_params cparams;1346 spinlock_t active_txq_lock[IEEE80211_NUM_ACS];1347 struct list_head active_txqs[IEEE80211_NUM_ACS];1348 u16 schedule_round[IEEE80211_NUM_ACS];1351 spinlock_t handle_wake_tx_queue_lock;1353 u16 airtime_flags;[all …]