wlbt: Disable SMAPPER in SISO phone
authorAlbert Cano <a.canocamps@samsung.com>
Fri, 1 Mar 2019 08:45:54 +0000 (08:45 +0000)
committerlingsen1 <lingsen1@lenovo.com>
Mon, 10 Jun 2019 03:24:47 +0000 (11:24 +0800)
Disable SMAPPEr in SISO phones as it is not required and it
could cause ITMON issues.

Moto-CRs-Fixed: (CR)
SCSC-Bug-Id: SMAPPER_DISABLED

Change-Id: If4da74599bf0235185c62ade6e074e23de46f662
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
Signed-off-by: sunyue5 <sunyue5@motorola.com>
Reviewed-on: https://gerrit.mot.com/1321241
SME-Granted: SME Approvals Granted
SLTApproved: Slta Waiver
Tested-by: Jira Key
Reviewed-by: Jun Zhang <zhangj10@motorola.com>
Reviewed-by: Xiangpo Zhao <zhaoxp3@motorola.com>
Submit-Approved: Jira Key

drivers/net/wireless/scsc/hip4.c

index 75cd76a546739774b0f999cbce09d00b1028a6ea..5074ec262fc96135a5fbee1efbaff289921f6e9a 100644 (file)
@@ -58,9 +58,9 @@ MODULE_PARM_DESC(hip4_qos_med_tput_in_mbps, "throughput (in Mbps) to apply Media
 #endif
 
 #ifdef CONFIG_SCSC_SMAPPER
-static bool hip4_smapper_enable = true;
+static bool hip4_smapper_enable;
 module_param(hip4_smapper_enable, bool, S_IRUGO | S_IWUSR);
-MODULE_PARM_DESC(hip4_smapper_enable, "enable HIP4 SMAPPER. (default: Y)");
+MODULE_PARM_DESC(hip4_smapper_enable, "enable HIP4 SMAPPER. (default: N)");
 static bool hip4_smapper_is_enabled;
 #endif