summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-01-09 17:27:27 +0100
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-01-10 13:09:03 -0800
commitb4d3cbe763dc26519239834db1f72e4535ed872e (patch)
treeb2324937b7aadc9ef20577451f56d35bcc62211f /config.mk
parent632e1ba593b175eed5456e5435afd940e3c76619 (diff)
compat-drivers: add new mac80211 debug options
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk19
1 files changed, 12 insertions, 7 deletions
diff --git a/config.mk b/config.mk
index 084a21f4..6af57a45 100644
--- a/config.mk
+++ b/config.mk
@@ -152,15 +152,20 @@ endif #CONFIG_COMPAT_KERNEL_2_6_33
# export CONFIG_MAC80211_DEBUGFS=y
# export CONFIG_MAC80211_NOINLINE=y
# export CONFIG_MAC80211_VERBOSE_DEBUG=y
-# export CONFIG_MAC80211_HT_DEBUG=y
-# export CONFIG_MAC80211_TKIP_DEBUG=y
-# export CONFIG_MAC80211_IBSS_DEBUG=y
-# export CONFIG_MAC80211_VERBOSE_PS_DEBUG=y
-# export CONFIG_MAC80211_VERBOSE_MPL_DEBUG=y
-# export CONFIG_MAC80211_VERBOSE_MHWMP_DEBUG=y
-# export CONFIG_MAC80211_VERBOSE_TDLS_DEBUG
+# export CONFIG_MAC80211_MESSAGE_TRACING=y
# export CONFIG_MAC80211_DEBUG_COUNTERS=y
+# export CONFIG_MAC80211_IBSS_DEBUG=y
+# export CONFIG_MAC80211_PS_DEBUG=y
+# export CONFIG_MAC80211_HT_DEBUG=y
+# export CONFIG_MAC80211_MPL_DEBUG=y
+# export CONFIG_MAC80211_MPATH_DEBUG=y
+# export CONFIG_MAC80211_MHWMP_DEBUG=y
+# export CONFIG_MAC80211_MESH_SYNC_DEBUG=y
+# export CONFIG_MAC80211_TDLS_DEBUG=y
+# export CONFIG_MAC80211_STA_DEBUG=y
+# export CONFIG_MAC80211_MLME_DEBUG=y
+
# choose between pid and minstrel as default rate control algorithm
export CONFIG_MAC80211_RC_DEFAULT=minstrel_ht
export CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y