summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2015-09-29 03:40:21 +0000
committeradrian <adrian@FreeBSD.org>2015-09-29 03:40:21 +0000
commitf3ace065cb3d35182a50f7027f5a4fe7cad26ff1 (patch)
treed0ac30770f80433f3e9720ac1db975be2dbda215 /sys/net80211/ieee80211_var.h
parenta3c5373a43b824f1e044d91ba3ecb6ab1363d815 (diff)
downloadFreeBSD-src-f3ace065cb3d35182a50f7027f5a4fe7cad26ff1.zip
FreeBSD-src-f3ace065cb3d35182a50f7027f5a4fe7cad26ff1.tar.gz
Defer calling into the driver to update the QOS (WME) configuration.
This gets called from the driver RX path which leads to driver re-entry.
Diffstat (limited to 'sys/net80211/ieee80211_var.h')
-rw-r--r--sys/net80211/ieee80211_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h
index 8438d45..17f37d3 100644
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -133,6 +133,7 @@ struct ieee80211com {
struct task ic_chan_task; /* deferred channel change */
struct task ic_bmiss_task; /* deferred beacon miss hndlr */
struct task ic_chw_task; /* deferred HT CHW update */
+ struct task ic_wme_task; /* deferred WME update */
counter_u64_t ic_ierrors; /* input errors */
counter_u64_t ic_oerrors; /* output errors */
OpenPOWER on IntegriCloud