Kconfig (7483d45f0aee3afc0646d185cabd4af9f6cab58c) | Kconfig (dbf498fbafa2c23139d5a990e94ed78bafbbea19) |
---|---|
1config MAC80211 2 tristate "Generic IEEE 802.11 Networking Stack (mac80211)" 3 depends on CFG80211 4 select CRYPTO 5 select CRYPTO_ARC4 6 select CRYPTO_AES 7 select CRC32 8 select AVERAGE --- 211 unchanged lines hidden (view full) --- 220 Selecting this option causes mac80211 to print out very 221 verbose mesh routing (HWMP) debugging messages (when mac80211 222 is taking part in a mesh network). 223 It should not be selected on production systems as those 224 messages are remotely triggerable. 225 226 Do not select this option. 227 | 1config MAC80211 2 tristate "Generic IEEE 802.11 Networking Stack (mac80211)" 3 depends on CFG80211 4 select CRYPTO 5 select CRYPTO_ARC4 6 select CRYPTO_AES 7 select CRC32 8 select AVERAGE --- 211 unchanged lines hidden (view full) --- 220 Selecting this option causes mac80211 to print out very 221 verbose mesh routing (HWMP) debugging messages (when mac80211 222 is taking part in a mesh network). 223 It should not be selected on production systems as those 224 messages are remotely triggerable. 225 226 Do not select this option. 227 |
228config MAC80211_VERBOSE_MESH_SYNC_DEBUG 229 bool "Verbose mesh mesh synchronization debugging" 230 depends on MAC80211_DEBUG_MENU 231 depends on MAC80211_MESH 232 ---help--- 233 Selecting this option causes mac80211 to print out very verbose mesh 234 synchronization debugging messages (when mac80211 is taking part in a 235 mesh network). 236 237 Do not select this option. 238 |
|
228config MAC80211_VERBOSE_TDLS_DEBUG 229 bool "Verbose TDLS debugging" 230 depends on MAC80211_DEBUG_MENU 231 ---help--- 232 Selecting this option causes mac80211 to print out very 233 verbose TDLS selection debugging messages (when mac80211 234 is a TDLS STA). 235 It should not be selected on production systems as those --- 14 unchanged lines hidden --- | 239config MAC80211_VERBOSE_TDLS_DEBUG 240 bool "Verbose TDLS debugging" 241 depends on MAC80211_DEBUG_MENU 242 ---help--- 243 Selecting this option causes mac80211 to print out very 244 verbose TDLS selection debugging messages (when mac80211 245 is a TDLS STA). 246 It should not be selected on production systems as those --- 14 unchanged lines hidden --- |