qcacld-2.0: Skip DRSC channels during SAP ACS

We do not support SAP on DSRC channels, so skip the DRSC channels
during sap channel initialization.

CRs-Fixed: 1050454
Change-Id: If5544027bca7bc0a578978dfe91adc37e897e992
This commit is contained in:
Deepthi Gowri 2016-08-04 19:20:46 +05:30 committed by syphyr
parent 77fb4f0ac4
commit 9135c8924a
1 changed files with 3 additions and 0 deletions

View File

@ -684,6 +684,9 @@ v_BOOL_t sapChanSelInit(tHalHandle halHandle,
{
continue;
}
/* Skip DSRC channels */
if (vos_is_dsrc_channel(vos_chan_to_freq(*pChans)))
continue;
if (VOS_TRUE == chSafe)
{