diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-09-04 14:54:35 -0400 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2015-10-05 05:29:00 -0400 |
commit | acf9de3dfb2c9c00d94c3d614980006947ed2b7f (patch) | |
tree | ab3fb25008aafeaeff49f04720973aefd776539c | |
parent | 7b9aebf0e507108daba3516f28cfd78fce80c176 (diff) |
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 <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index aba095761ac6..6e949df399d6 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -142,6 +142,7 @@ config IWLWIFI_DEBUG_EXPERIMENTAL_UCODE | |||
142 | config IWLWIFI_DEVICE_TRACING | 142 | config IWLWIFI_DEVICE_TRACING |
143 | bool "iwlwifi device access tracing" | 143 | bool "iwlwifi device access tracing" |
144 | depends on EVENT_TRACING | 144 | depends on EVENT_TRACING |
145 | default y | ||
145 | help | 146 | help |
146 | Say Y here to trace all commands, including TX frames and IO | 147 | Say Y here to trace all commands, including TX frames and IO |
147 | accesses, sent to the device. If you say yes, iwlwifi will | 148 | accesses, sent to the device. If you say yes, iwlwifi will |