qcacld-3.0: STA is disconnected with specific AP IPTIME N904NS-second

qcacld-2.0 to qcacld-3.0 propagation

STA gets disconnected with AP IPTIME N904NS when AP is configured
for WPA1 + TKIP on CH 161.

Change-Id: Ifa30ed624c1f9f3c549def45cdb9e5f8ebfae233
CRs-Fixed: 627650
This commit is contained in:
Konamki, Sreelakshmi
2015-07-08 10:16:27 +05:30
committed by Satish Singh
parent c55b62f044
commit 43c7125ad8

View File

@@ -12084,7 +12084,7 @@ static ePhyChanBondState csr_get_cb_mode_from_ies(tpAniSirGlobal pMac,
(pIes->WPA.unicast_cipher_count == 1)) (pIes->WPA.unicast_cipher_count == 1))
&& ((NULL != &(pIes->WPA.unicast_ciphers[0])) && ((NULL != &(pIes->WPA.unicast_ciphers[0]))
&& !memcmp(&(pIes->WPA.unicast_ciphers[0]), && !memcmp(&(pIes->WPA.unicast_ciphers[0]),
"\x00\x0f\xac\x02", 4)))) { "\x00\x50\xf2\x02", 4)))) {
sms_log(pMac, LOGW, sms_log(pMac, LOGW,
" No channel bonding in TKIP mode "); " No channel bonding in TKIP mode ");
return PHY_SINGLE_CHANNEL_CENTERED; return PHY_SINGLE_CHANNEL_CENTERED;