From 43139a95aca0dbca06e77ac8ac131006bdd8a870 Mon Sep 17 00:00:00 2001 From: Petr Cvek Date: Tue, 12 Mar 2019 05:51:32 +0100 Subject: [PATCH] DEBUG: Disable unused function in wave300 firmware These would crash the system. Rest of the patch. Signed-off-by: Petr Cvek --- wireless/driver/linux/core_ext.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wireless/driver/linux/core_ext.c b/wireless/driver/linux/core_ext.c index d1087b8..e2a1cf0 100644 --- a/wireless/driver/linux/core_ext.c +++ b/wireless/driver/linux/core_ext.c @@ -7544,7 +7544,7 @@ _core_on_fast_rcvry_configure (mtlk_core_t *core) } //TODO failing functions - +#if 0 res = _mtlk_core_send_current_rx_high_threshold(core); if (res != MTLK_ERR_OK) { goto FINISH; @@ -7554,6 +7554,7 @@ _core_on_fast_rcvry_configure (mtlk_core_t *core) if (res != MTLK_ERR_OK) { goto FINISH; } +#endif res = _mtlk_core_set_interfdet_do_params(core); if (res != MTLK_ERR_OK) { -- 2.11.4.GIT