1
0

qcacld-3.0: Populate ASSOC IE length in roam offload scan cmd

In function csr_roam_offload_scan while copying ASSOC IEs, also populate
ASSOC IE length, else firmware wont get any ASSOC IE and REASSOC request
will not be consistent with ASSOC request.

Change-Id: I99af48b2f491d0bc7491a88b455e3636ea8e4eff
CRs-Fixed: 1090869
Este cometimento está contido em:
Naveen Rawat
2016-11-15 23:38:10 -08:00
cometido por qcabuildsw
ascendente 76caff9ef2
cometimento f311a5a899

Ver ficheiro

@@ -17913,6 +17913,7 @@ csr_roam_offload_scan(tpAniSirGlobal mac_ctx, uint8_t session_id,
req_buf->hi_rssi_scan_rssi_ub); req_buf->hi_rssi_scan_rssi_ub);
if (command != ROAM_SCAN_OFFLOAD_STOP) { if (command != ROAM_SCAN_OFFLOAD_STOP) {
req_buf->assoc_ie.length = session->nAddIEAssocLength;
qdf_mem_copy(req_buf->assoc_ie.addIEdata, qdf_mem_copy(req_buf->assoc_ie.addIEdata,
session->pAddIEAssoc, session->pAddIEAssoc,
session->nAddIEAssocLength); session->nAddIEAssocLength);