summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Singh <absingh@qti.qualcomm.com>2015-09-04 17:57:32 -0700
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2015-09-30 16:36:31 +0530
commit2a1fa249d6ae96acc1e7bd9b641dd47592bb3bcd (patch)
treeec4b0a885b34e2d336e0132f23f789bcc6be5bc6
parent6a151db87d02d9609146680e725b3098818faf71 (diff)
qcacld-2.0: wlan: Add channel 144 in WNI_CFG_SCAN_CONTROL_LIST
prima to qcacld-2.0 propagation Channel 144 is not present in WNI_CFG_SCAN_CONTROL_LIST and due to this if STA is connected to AP on channel 144 the passive to active conversion does not happens for channel 144 as it is not present in WNI_CFG_SCAN_CONTROL_LIST. Added channel 144 in WNI_CFG_SCAN_CONTROL_LIST. Change-Id: I046ca6c3cf0a0b739c12a04d75c0b464b83cb492 CRs-fixed: 725102
-rw-r--r--CORE/MAC/src/cfg/cfgProcMsg.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/CORE/MAC/src/cfg/cfgProcMsg.c b/CORE/MAC/src/cfg/cfgProcMsg.c
index 5f3bad83d211..3e38384d6d6c 100644
--- a/CORE/MAC/src/cfg/cfgProcMsg.c
+++ b/CORE/MAC/src/cfg/cfgProcMsg.c
@@ -2138,17 +2138,17 @@ struct cfgstatic_string cfg_static_string[CFG_MAX_STATIC_STRING] = {
{WNI_CFG_SCAN_CONTROL_LIST,
WNI_CFG_SCAN_CONTROL_LIST_LEN,
- 112,
+ 114,
{0x1, 0x1, 0x2, 0x1, 0x3, 0x1, 0x4, 0x1, 0x5, 0x1, 0x6, 0x1, 0x7,
0x1, 0x8, 0x1, 0x9,0x1, 0xa, 0x1, 0xb, 0x1, 0xc, 0x1, 0xd, 0x1,
0xe, 0x1, 0x22, 0x1, 0x24, 0x1, 0x26, 0x1, 0x28,0x1, 0x2a, 0x1,
0x2c, 0x1, 0x2e, 0x1, 0x30, 0x1, 0x32, 0x1, 0x34, 0x0, 0x36, 0x0,
0x38, 0x0,0x3a, 0x0, 0x3c, 0x0, 0x3e, 0x0, 0x40, 0x0, 0x64, 0x0,
0x68, 0x0, 0x6c, 0x0, 0x70, 0x0, 0x74,0x0, 0x78, 0x0, 0x7c, 0x0,
- 0x80, 0x0, 0x84, 0x0, 0x88, 0x0, 0x8c, 0x0, 0x95, 0x1, 0x97, 0x1,
- 0x99, 0x1, 0x9b, 0x1, 0x9d, 0x1, 0x9f, 0x1, 0xa1, 0x1, 0xa5, 0x1,
- 0xf0, 0x1, 0xf2, 0x1, 0xf4, 0x1, 0xf6, 0x1, 0xf8, 0x1, 0xfa, 0x1,
- 0xfc, 0x1}},
+ 0x80, 0x0, 0x84, 0x0, 0x88, 0x0, 0x8c, 0x0, 0x90, 0x0, 0x95, 0x1,
+ 0x97, 0x1, 0x99, 0x1, 0x9b, 0x1, 0x9d, 0x1, 0x9f, 0x1, 0xa1, 0x1,
+ 0xa5, 0x1, 0xf0, 0x1, 0xf2, 0x1, 0xf4, 0x1, 0xf6, 0x1, 0xf8, 0x1,
+ 0xfa, 0x1, 0xfc, 0x1}},
{WNI_CFG_SUPPORTED_MCS_SET,
WNI_CFG_SUPPORTED_MCS_SET_LEN,