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>
Sun, 7 Feb 2021 09:36:59 +0000 (17:36 +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 7fd488fd1d05286650cdefdaaf004ce401e46186..2e5166155dddbb6425b7c4fffe123e456b75673c 100755 (executable)
@@ -63,7 +63,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 = true;
 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