diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-17 03:14:02 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-17 03:14:02 -0700 |
| commit | 15d203ef98affe7dd7a5c251b8d3f741780e1e8a (patch) | |
| tree | ed95329f0c2590d0efa7d4d6d213f603330a8500 | |
| parent | 062692cdd23b192eb1e44c3ccb32a5f526674927 (diff) | |
| parent | 2de8e581ad2d7e0a5d7bb634178d15e021c1ceab (diff) | |
Merge "qcacld-2.0: Suppress channel width overriding during ACS" into wlan-cld2.driver.lnx.1.0-dev
| -rw-r--r-- | CORE/SAP/src/sapFsm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CORE/SAP/src/sapFsm.c b/CORE/SAP/src/sapFsm.c index f7f5ffc1c193..6797d482a39d 100644 --- a/CORE/SAP/src/sapFsm.c +++ b/CORE/SAP/src/sapFsm.c @@ -2904,7 +2904,6 @@ sapGotoChannelSel __func__, sapContext->channel); sapContext->acs_cfg->pri_ch = sapContext->channel; - sapContext->acs_cfg->ch_width = sapContext->ch_width_orig; sap_config_acs_result(hHal, sapContext, 0); return VOS_STATUS_E_CANCELED; } |
