qcacld-3.0: Fix PMF related propagation error in handling assoc rsp
This changes fixes the qcacld-2.0 tp qcacld-3.0 propagation error of Change-Id:I4b37d072bc92e003fcfe62ffe8f93f7c185eb6c7. Host driver doesn't honor the Assoc reject with eSIR_MAC_TRY_AGAIN_LATER status for non-PMF connection, due to this error. Change-Id: Ib2defa27ee5c97ada53808d2e24a29b976fe5107 CRs-Fixed: 1067670
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
5ba69b744c
commit
88015a1bc0
@@ -740,7 +740,7 @@ lim_process_assoc_rsp_frame(tpAniSirGlobal mac_ctx,
|
||||
|
||||
if (assoc_rsp->statusCode != eSIR_MAC_SUCCESS_STATUS
|
||||
#ifdef WLAN_FEATURE_11W
|
||||
&& (session_entry->limRmfEnabled ||
|
||||
&& (!session_entry->limRmfEnabled ||
|
||||
assoc_rsp->statusCode != eSIR_MAC_TRY_AGAIN_LATER)
|
||||
#endif
|
||||
) {
|
||||
|
Reference in New Issue
Block a user