diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-06 10:04:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-06 10:04:30 +0000 |
commit | d5dd494153263e299878c086a87f84784dd3fb8c (patch) | |
tree | 9e189cb76c78d31236b3d158b2115186a67beb42 /package | |
parent | 8856956e6948d0345cffcfe29b4d7601905cfc0f (diff) | |
download | upstream-d5dd494153263e299878c086a87f84784dd3fb8c.tar.gz upstream-d5dd494153263e299878c086a87f84784dd3fb8c.tar.bz2 upstream-d5dd494153263e299878c086a87f84784dd3fb8c.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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20011 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/mac80211/Config.in | 1 |
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. |