Skip to content

config: wifi: debug options for ath11k, brcm80211 and iwlwifi

Set CONFIGs to enable the debug options for ath11k and brcm80211, both for Fedora and RHEL (I assume that they will be useful for Fedora too).

Enable iwlwifi debug options only for kernel-debug in RHEL, and disable them for the standard kernel, so they are in line with the other drivers. Leave them unthouched in Fedora, despite being enabled for the normal kernel, because there might be any reason I am not aware of.

Also, cleanup some iwlwifi debug configs, moving to common those that are common to Fedora and RHEL.

These are the final configs after the changes:

fedora/generic/CONFIG_IWLWIFI_DEBUG:CONFIG_IWLWIFI_DEBUG=y
rhel/debug/CONFIG_IWLWIFI_DEBUG:CONFIG_IWLWIFI_DEBUG=y
rhel/generic/CONFIG_IWLWIFI_DEBUG:# CONFIG_IWLWIFI_DEBUG is not set

fedora/generic/CONFIG_IWLWIFI_DEBUGFS:CONFIG_IWLWIFI_DEBUGFS=y
rhel/debug/CONFIG_IWLWIFI_DEBUGFS:CONFIG_IWLWIFI_DEBUGFS=y
rhel/generic/CONFIG_IWLWIFI_DEBUGFS:# CONFIG_IWLWIFI_DEBUGFS is not set

common/debug/CONFIG_IWLWIFI_DEVICE_TRACING:CONFIG_IWLWIFI_DEVICE_TRACING=y
common/generic/CONFIG_IWLWIFI_DEVICE_TRACING:# CONFIG_IWLWIFI_DEVICE_TRACING is not set

common/debug/CONFIG_ATH11K_DEBUG:CONFIG_ATH11K_DEBUG=y
common/generic/CONFIG_ATH11K_DEBUG:# CONFIG_ATH11K_DEBUG is not set

common/debug/CONFIG_ATH11K_DEBUGFS:CONFIG_ATH11K_DEBUGFS=y
common/generic/CONFIG_ATH11K_DEBUGFS:# CONFIG_ATH11K_DEBUGFS is not set

common/debug/CONFIG_ATH11K_TRACING:CONFIG_ATH11K_TRACING=y
common/generic/CONFIG_ATH11K_TRACING:# CONFIG_ATH11K_TRACING is not set

common/debug/CONFIG_ATH11K_SPECTRAL:CONFIG_ATH11K_SPECTRAL=y
common/generic/CONFIG_ATH11K_SPECTRAL:# CONFIG_ATH11K_SPECTRAL is not set

common/debug/CONFIG_BRCMDBG:CONFIG_BRCMDBG=y
common/generic/CONFIG_BRCMDBG:# CONFIG_BRCMDBG is not set

common/debug/CONFIG_BRCM_TRACING:CONFIG_BRCM_TRACING=y
common/generic/CONFIG_BRCM_TRACING:# CONFIG_BRCM_TRACING is not set

Signed-off-by: Íñigo Huguet ihuguet@redhat.com

Merge request reports