qcacld-3.0: Cache last connection info correctly

Currently copy of the last connection info is done
incorrectly inside hdd_save_bss_info api.
To address this issue update the memcopy with the
correct structure.

Change-Id: Ibc604650cd1d39c7b19619057427955ba3e4026f
CRs-Fixed: 2307526
Bu işleme şunda yer alıyor:
Ashish Kumar Dhanotiya
2018-09-18 12:41:38 +05:30
işlemeyi yapan: nshrivas
ebeveyn 1b249bbdd7
işleme 8ed432bbaa

Dosyayı Görüntüle

@@ -928,7 +928,7 @@ static void hdd_save_bss_info(struct hdd_adapter *adapter,
}
/* Cache last connection info */
qdf_mem_copy(&hdd_sta_ctx->cache_conn_info, &hdd_sta_ctx->conn_info,
sizeof(struct connection_info));
sizeof(struct hdd_connection_info));
}
/**