summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-03-06 10:04:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-03-06 10:04:30 +0000
commit908ffaaac7c3d9d2d24eb0e79fd099cef2500fc9 (patch)
tree4cf625492aa005125a47350644af9afce80f3fc4
parent20769a9ade45e8e783b3678699ccd250bf98da7b (diff)
downloadmaster-31e0f0ae-908ffaaac7c3d9d2d24eb0e79fd099cef2500fc9.tar.gz
master-31e0f0ae-908ffaaac7c3d9d2d24eb0e79fd099cef2500fc9.tar.bz2
master-31e0f0ae-908ffaaac7c3d9d2d24eb0e79fd099cef2500fc9.zip
mac80211: enable debugfs support by default - having access to the rate control statistics is very useful for figuring out the real quality of a link
SVN-Revision: 20011
-rw-r--r--package/mac80211/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mac80211/Config.in b/package/mac80211/Config.in
index 35f01c8a80..5994ba71ef 100644
--- a/package/mac80211/Config.in
+++ b/package/mac80211/Config.in
@@ -3,6 +3,7 @@
config PACKAGE_MAC80211_DEBUGFS
bool "Export mac80211 internals in DebugFS"
depends on PACKAGE_kmod-mac80211
+ default y
---help---
Select this to see extensive information about
the internal state of mac80211 in debugfs.