Quellcode durchsuchen

qcacld-3.0: Update the assoc reject status

Assoc reject status sent over the air
is internal failure status not inline
with the specification.

Update the assoc reject status sent
over the air.

Change-Id: I01250c63a42302d7b386a33aaf3b18e272581868
CRs-Fixed: 2115126
Sandeep Puligilla vor 7 Jahren
Ursprung
Commit
a9de16b83a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      core/mac/src/pe/lim/lim_process_sme_req_messages.c

+ 1 - 1
core/mac/src/pe/lim/lim_process_sme_req_messages.c

@@ -3500,7 +3500,7 @@ void __lim_process_sme_assoc_cnf_new(tpAniSirGlobal mac_ctx, uint32_t msg_type,
 				       sta_ds->mlmStaContext.subType,
 				       true, sta_ds->mlmStaContext.authType,
 				       sta_ds->assocId, true,
-				       eSIR_SME_UNEXPECTED_REQ_RESULT_CODE,
+				       eSIR_MAC_UNSPEC_FAILURE_STATUS,
 				       session_entry);
 	}
 end: