Searched defs:ieee80211_local (Results 1 – 1 of 1) sorted by relevance
1119 struct ieee80211_local { struct1123 struct ieee80211_hw hw;1125 struct fq fq;1126 struct codel_vars *cvars;1127 struct codel_params cparams;1129 const struct ieee80211_ops *ops;1135 struct workqueue_struct *workqueue;1137 unsigned long queue_stop_reasons[IEEE80211_MAX_QUEUES];1138 int q_stop_reasons[IEEE80211_MAX_QUEUES][IEEE80211_QUEUE_STOP_REASONS];1140 spinlock_t queue_stop_reason_lock;[all …]