From: Johannes Berg Date: Fri, 4 Sep 2015 18:54:35 +0000 (+0200) Subject: iwlwifi: enable tracing by default X-Git-Tag: v4.14-rc1~4436^2~39^2~11^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=acf9de3dfb2c9c00d94c3d614980006947ed2b7f;p=platform%2Fkernel%2Flinux-rpi.git iwlwifi: enable tracing by default Tracing, if disabled at runtime, has very low overhead with great returns on debugging. It therefore makes sense to have it enabled by default (if the kernel enables EVENT_TRACING). Signed-off-by: Johannes Berg Signed-off-by: Luca Coelho --- diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index aba0957..6e949df 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig @@ -142,6 +142,7 @@ config IWLWIFI_DEBUG_EXPERIMENTAL_UCODE config IWLWIFI_DEVICE_TRACING bool "iwlwifi device access tracing" depends on EVENT_TRACING + default y help Say Y here to trace all commands, including TX frames and IO accesses, sent to the device. If you say yes, iwlwifi will