From b6d230d6e1d79f2d8c4821ca274b3ac4ee7cc1eb Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 21 Apr 2011 03:59:37 +0000 Subject: 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. --- sys/conf/options | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/options') 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 -- cgit v1.1