wlbt: Disable SMAPPER in SISO phone
authorAlbert Cano <a.canocamps@samsung.com>
Fri, 1 Mar 2019 08:45:54 +0000 (08:45 +0000)
committerxiest1 <xiest1@lenovo.com>
Tue, 5 Nov 2019 09:31:55 +0000 (17:31 +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 83583ca204f4efd86781c5312d46a3c315559ff1..31decad088ab9b08987dd96858d951920fcd9fac 100755 (executable)
@@ -60,7 +60,7 @@ MODULE_PARM_DESC(hip4_qos_med_tput_in_mbps, "throughput (in Mbps) to apply Media
 #ifdef CONFIG_SCSC_SMAPPER
 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