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
Цей коміт міститься в:
Selvaraj, Sridhar
2016-09-16 20:33:21 +05:30
зафіксовано Gerrit - the friendly Code Review server
джерело 5ba69b744c
коміт 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
) {