summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-04-21 03:59:37 +0000
committeradrian <adrian@FreeBSD.org>2011-04-21 03:59:37 +0000
commitb6d230d6e1d79f2d8c4821ca274b3ac4ee7cc1eb (patch)
tree822b03ca303e9bb18cf1ade981045885de02cd30 /sys/conf/options
parent81acf7034799a150d418e6daf4ff2e5f09c6a734 (diff)
downloadFreeBSD-src-b6d230d6e1d79f2d8c4821ca274b3ac4ee7cc1eb.zip
FreeBSD-src-b6d230d6e1d79f2d8c4821ca274b3ac4ee7cc1eb.tar.gz
Implement very basic ALQ logging for net80211.
This is destined to be a lightweight and optional set of ALQ probes for debugging events which are just impossible to debug with printf/log (eg packet TX/RX handling; AMPDU handling.) The probes and operations themselves will appear in subsequent commits.
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 463f42d..69b75df 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -834,6 +834,7 @@ IEEE80211_AMPDU_AGE opt_wlan.h
IEEE80211_SUPPORT_MESH opt_wlan.h
IEEE80211_SUPPORT_SUPERG opt_wlan.h
IEEE80211_SUPPORT_TDMA opt_wlan.h
+IEEE80211_ALQ opt_wlan.h
# 802.11 TDMA support
TDMA_SLOTLEN_DEFAULT opt_tdma.h
OpenPOWER on IntegriCloud