Searched defs:ieee80211_local (Results 1 – 1 of 1) sorted by relevance
1410 struct ieee80211_local { struct1414 struct ieee80211_hw hw;1416 struct fq fq;1417 struct codel_vars *cvars;1418 struct codel_params cparams;1421 spinlock_t active_txq_lock[IEEE80211_NUM_ACS];1422 struct list_head active_txqs[IEEE80211_NUM_ACS];1423 u16 schedule_round[IEEE80211_NUM_ACS];1426 spinlock_t handle_wake_tx_queue_lock;1428 u16 airtime_flags;[all …]