From: Albert Cano Date: Fri, 1 Mar 2019 08:45:54 +0000 (+0000) Subject: wlbt: Disable SMAPPER in SISO phone X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=37f946da96deb1484f5c3083840e93b039b9f47f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git wlbt: Disable SMAPPER in SISO phone 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 Signed-off-by: sunyue5 Reviewed-on: https://gerrit.mot.com/1321241 SME-Granted: SME Approvals Granted SLTApproved: Slta Waiver Tested-by: Jira Key Reviewed-by: Jun Zhang Reviewed-by: Xiangpo Zhao Submit-Approved: Jira Key --- diff --git a/drivers/net/wireless/scsc/hip4.c b/drivers/net/wireless/scsc/hip4.c index 83583ca204f4..31decad088ab 100755 --- a/drivers/net/wireless/scsc/hip4.c +++ b/drivers/net/wireless/scsc/hip4.c @@ -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