diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-02 08:53:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-02 08:53:13 +0100 |
commit | bb129c278957033e971852899ee9628d8461715f (patch) | |
tree | 06004284a9caece6321719519c337c92735d43ca /target | |
parent | 9b88abf2d5a27f04e4e54be312ad5f04c451a259 (diff) |
more debug options for mac80211
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.netdevice | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice index 457fcaba2..9ba5f6556 100644 --- a/target/linux/config/Config.in.netdevice +++ b/target/linux/config/Config.in.netdevice @@ -172,6 +172,10 @@ config ADK_KERNEL_MAC80211_VERBOSE_DEBUG boolean default n +config ADK_KERNEL_MAC80211_DEBUGFS + boolean + default n + config ADK_KPACKAGE_KMOD_MAC80211 prompt "kmod-mac80211.................. mac80211 softmac" tristate @@ -189,6 +193,8 @@ config ADK_DEBUG_MAC80211 boolean prompt "enable verbose debugging messages in mac80211" select ADK_KERNEL_MAC80211_VERBOSE_DEBUG + select ADK_KERNEL_MAC80211_DEBUGFS + select ADK_KERNEL_DEBUG_FS default n depends on ADK_KPACKAGE_KMOD_MAC80211 help |