Message ID | 1525860419-6514-2-git-send-email-merez@codeaurora.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 777b4690fc4a39a753da97541de2d4fab3dc65b3 |
Delegated to: | Kalle Valo |
Headers | show |
Maya Erez <merez@codeaurora.org> wrote: > 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> 8 patches applied to ath-next branch of ath.git, thanks. 777b4690fc4a wil6210: disable tracing config option 8a4fa21438e3 wil6210: align to latest auto generated wmi.h 9861bf3b818f wil6210: fix call to wil6210_disconnect during unload 5f85c7e702d2 wil6210: change reply_size arg to u16 in wmi_call 1c21cc5fc4df wil6210: move WMI functionality out of wil_cfg80211_mgmt_tx 807b086053df wil6210: Initialize reply struct of the WMI commands 37f8d26d8347 wil6210: remove unused rx_reorder members 3d6b72729cc2 wil6210: rate limit wil_rx_refill error
diff --git a/drivers/net/wireless/ath/wil6210/Kconfig b/drivers/net/wireless/ath/wil6210/Kconfig index b448926..3548e8d 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