wlbt: Enabling GSCAN in SLSI Wifi Driver.
authorsunyue5 <sunyue5@motorola.com>
Mon, 18 Feb 2019 02:17:26 +0000 (10:17 +0800)
committerxiest1 <xiest1@lenovo.com>
Tue, 5 Nov 2019 09:30:46 +0000 (17:30 +0800)
GSCAN Request Id was not matching between HAL and driver which cause
GTS test failed.
Now We have fixed this issue on wifi HAL hence we enable GSCAN again

This reverts commit I304197b3fd7eb47a9e14f9a2121909be329689ae

Change-Id: If6dd67243c5d46c58a759fd2773832f430f28f10
Signed-off-by: sunyue5 <sunyue5@motorola.com>
Reviewed-on: https://gerrit.mot.com/1309930
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Reviewed-by: Xiangpo Zhao <zhaoxp3@motorola.com>
Submit-Approved: Jira Key

drivers/net/wireless/scsc/dev.c

index 342e902fb03156874f2fd859465fd6a75ecc7613..b4ec5c571f1d842b50db2c4ad883d3bfd9eb02ec 100755 (executable)
@@ -53,7 +53,7 @@ static bool lls_disabled;
 module_param(lls_disabled, bool, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(lls_disabled, "Disable LLS: to disable LLS set 1");
 
-static bool gscan_disabled = 1;
+static bool gscan_disabled = 0;
 module_param(gscan_disabled, bool, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(gscan_disabled, "Disable gscan: to disable gscan set 1");