From a0e2cca3a01dd79ee53ee0ea0d0c90f3be673697 Mon Sep 17 00:00:00 2001 From: Deepthi Gowri Date: Mon, 25 Apr 2016 20:59:37 +0530 Subject: qcacld-2.0: Reset use_protection when legacy AP goes away use_protection in erp IE was not reset after legacy AP goes away which was leading to reduced throughput issue. Fix is to reset protection bit and update the FW once legacy AP goes away. Change-Id: I4138434477e1de432b9547ce1aec4968a559188f CRs-Fixed: 1006601 --- CORE/MAC/src/pe/lim/limSession.c | 1 + 1 file changed, 1 insertion(+) diff --git a/CORE/MAC/src/pe/lim/limSession.c b/CORE/MAC/src/pe/lim/limSession.c index d830b091a4a0..60122c056b12 100644 --- a/CORE/MAC/src/pe/lim/limSession.c +++ b/CORE/MAC/src/pe/lim/limSession.c @@ -203,6 +203,7 @@ void pe_reset_protection_callback(void *ptr) pe_session_entry->beaconParams.fRIFSMode; beacon_params.smeSessionId = pe_session_entry->smeSessionId; + beacon_params.paramChangeBitmap |= PARAM_llBCOEXIST_CHANGED; bcn_prms_changed = true; } -- cgit v1.2.3