diff options
author | Alexei Avshalom Lazar <ailizaro@codeaurora.org> | 2018-05-09 12:06:52 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-05-12 11:26:47 +0200 |
commit | 777b4690fc4a39a753da97541de2d4fab3dc65b3 (patch) | |
tree | 3dcb6a619adb9b99dd7e408f41af5f07051b6f87 | |
parent | ath10k: replace bit shifts with the BIT() macro for rx desc bits (diff) | |
download | linux-777b4690fc4a39a753da97541de2d4fab3dc65b3.tar.xz linux-777b4690fc4a39a753da97541de2d4fab3dc65b3.zip |
wil6210: disable tracing config option
Disable WIL6210_TRACING by default to avoid its performance overhead.
Signed-off-by: Alexei Avshalom Lazar <ailizaro@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
-rw-r--r-- | drivers/net/wireless/ath/wil6210/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/wil6210/Kconfig b/drivers/net/wireless/ath/wil6210/Kconfig index b448926b0c0f..3548e8d5e18e 100644 --- a/drivers/net/wireless/ath/wil6210/Kconfig +++ b/drivers/net/wireless/ath/wil6210/Kconfig @@ -33,7 +33,7 @@ config WIL6210_TRACING bool "wil6210 tracing support" depends on WIL6210 depends on EVENT_TRACING - default y + default n ---help--- Say Y here to enable tracepoints for the wil6210 driver using the kernel tracing infrastructure. Select this |