Преглед на файлове

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 преди 7 години
родител
ревизия
a9de16b83a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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: