diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-12-11 15:31:10 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-01-14 11:13:09 +0100 |
commit | c799ba6eab7a1bf02792e2ced933be3ae5f8daa2 (patch) | |
tree | 27e6847873914c708ef17ca8ecd2e248024e380a /net/wireless/Kconfig | |
parent | 725da8dee445662beea77d3f42c3f4c79f7a7a0e (diff) | |
download | op-kernel-dev-c799ba6eab7a1bf02792e2ced933be3ae5f8daa2.zip op-kernel-dev-c799ba6eab7a1bf02792e2ced933be3ae5f8daa2.tar.gz |
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/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index da72ed3..ec3bf30 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 |