summaryrefslogtreecommitdiffstats
path: root/net/wireless/Kconfig
diff options
context:
space:
mode:
authorJohannes Berg2015-12-11 15:31:10 +0100
committerJohannes Berg2016-01-14 11:13:09 +0100
commitc799ba6eab7a1bf02792e2ced933be3ae5f8daa2 (patch)
tree27e6847873914c708ef17ca8ecd2e248024e380a /net/wireless/Kconfig
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
downloadkernel-qcow2-linux-c799ba6eab7a1bf02792e2ced933be3ae5f8daa2.tar.gz
kernel-qcow2-linux-c799ba6eab7a1bf02792e2ced933be3ae5f8daa2.tar.xz
kernel-qcow2-linux-c799ba6eab7a1bf02792e2ced933be3ae5f8daa2.zip
cfg80211: remove CFG80211_REG_DEBUG
Instead of having this Kconfig option, which just *floods* the kernel log, * remove the per-channel prints that are fairly useless anyway * convert the conditional printing to pr_debug() Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/Kconfig')
-rw-r--r--net/wireless/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index da72ed32f143..ec3bf30dd526 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -61,19 +61,6 @@ config CFG80211_DEVELOPER_WARNINGS
on it (or mac80211).
-config CFG80211_REG_DEBUG
- bool "cfg80211 regulatory debugging"
- depends on CFG80211
- default n
- ---help---
- You can enable this if you want to debug regulatory changes.
- For more information on cfg80211 regulatory refer to the wireless
- wiki:
-
- http://wireless.kernel.org/en/developers/Regulatory
-
- If unsure, say N.
-
config CFG80211_CERTIFICATION_ONUS
bool "cfg80211 certification onus"
depends on CFG80211 && EXPERT