summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManikandan Mohan <manikand@qca.qualcomm.com>2015-10-19 12:11:58 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-21 00:24:36 -0700
commitf385f64fcab8a402dc3eab390b9939905532ed11 (patch)
tree48b74310c8ddcb2620ea2963dde0798783688e19
parent6086d96d712592b651c62055c5b8bf60ac868905 (diff)
qcacld: Add channel 144 in safe channels for LTE Coex
Add channel 144 in list of LTE coex safe channel list used for ACS processing Change-Id: I67fa2eb69f30f91e91069743130188d4b5fb2213 CRs-fixed: 926821
-rw-r--r--CORE/SAP/src/sapChSelect.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/CORE/SAP/src/sapChSelect.c b/CORE/SAP/src/sapChSelect.c
index 706b5cc85f9c..74479c04698f 100644
--- a/CORE/SAP/src/sapChSelect.c
+++ b/CORE/SAP/src/sapChSelect.c
@@ -140,6 +140,9 @@ sapSafeChannelType safeChannels[NUM_20MHZ_RF_CHANNELS] =
{132, VOS_TRUE}, //RF_CHAN_132,
{136, VOS_TRUE}, //RF_CHAN_136,
{140, VOS_TRUE}, //RF_CHAN_140,
+#ifdef FEATURE_WLAN_CH144
+ {144, VOS_TRUE}, //RF_CHAN_144,
+#endif
{149, VOS_TRUE}, //RF_CHAN_149,
{153, VOS_TRUE}, //RF_CHAN_153,
{157, VOS_TRUE}, //RF_CHAN_157,