diff options
| author | Peng Xu <pxu@qca.qualcomm.com> | 2014-12-12 12:08:08 -0800 |
|---|---|---|
| committer | AnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com> | 2014-12-15 10:53:18 +0530 |
| commit | ce82f1a5c8a6bd54d51d5eb06704936a7fea8c73 (patch) | |
| tree | 7906814d47483e18a76067246663544e5a87c941 | |
| parent | 7e56e334c97b54591c1373aa968a11627c7fd773 (diff) | |
qca-cld:hdd: Fix ACS STA+AP restart failure
When ACS is enabled and SAP is restarted, channel need to be reset
to 0 before performing ACS function.
Change-Id: If23b5bd339f3876bc3304df27aba2e1406d6335e
CRs-fixed: 770520
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_cfg80211.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/HDD/src/wlan_hdd_cfg80211.c b/CORE/HDD/src/wlan_hdd_cfg80211.c index 143040debad4..696fe94477c0 100644 --- a/CORE/HDD/src/wlan_hdd_cfg80211.c +++ b/CORE/HDD/src/wlan_hdd_cfg80211.c @@ -4476,6 +4476,7 @@ static int wlan_hdd_cfg80211_do_acs(struct wiphy *wiphy, ht40_enabled = 0; sap_config = &adapter->sessionCtx.ap.sapConfig; + sap_config->channel = AUTO_CHANNEL_SELECT; #ifdef WLAN_FEATURE_MBSSID /* |
