Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b1e78d5 authored by Yi Zhu's avatar Yi Zhu Committed by John W. Linville
Browse files

mac80211: add MAC80211_VERBOSE_SPECT_MGMT_DEBUG Kconfig option



The patch introduces MAC80211_VERBOSE_SPECT_MGMT_DEBUG Kconfig option to
suppress Spectrum Management 802.11h related debug logs.

Signed-off-by: default avatarZhu Yi <yi.zhu@intel.com>
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent edd4b53e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -177,3 +177,10 @@ config MAC80211_VERBOSE_MPL_DEBUG
	---help---
	  Say Y here to print out verbose mesh peer link
	  debug messages.

config MAC80211_VERBOSE_SPECT_MGMT_DEBUG
	bool "Verbose Spectrum Management (IEEE 802.11h)debugging"
	depends on MAC80211_DEBUG
	---help---
	  Say Y here to print out verbose Spectrum Management (IEEE 802.11h)
	  debug messages.