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
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");