From c449bb7564d8e525baaf9cbebadba64a1985ff79 Mon Sep 17 00:00:00 2001 From: Naveen Rawat Date: Tue, 15 Nov 2016 10:33:26 -0800 Subject: qcacld-3.0: Do not overwrite session->nss with add_bss_rsp->nss NSS value in ADD_BSS response indicates NSS of the connection, while session NSS value indicates self NSS capability used by FW to dynamically switch to higher NSS opportunistically. Hence do not overwrite session NSS with ADD BSS response NSS as that would cause DUT to get stuck in 1x1 and not upgrade to 2x2 opportunistically. Change-Id: Ie4849a1ccd645ef477a90afa09ef8172048e0a86 CRs-Fixed: 1090245 --- core/mac/src/pe/lim/lim_process_mlm_rsp_messages.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/mac/src/pe/lim/lim_process_mlm_rsp_messages.c b/core/mac/src/pe/lim/lim_process_mlm_rsp_messages.c index 083624ac2c57..6015c96b99a7 100644 --- a/core/mac/src/pe/lim/lim_process_mlm_rsp_messages.c +++ b/core/mac/src/pe/lim/lim_process_mlm_rsp_messages.c @@ -2626,7 +2626,6 @@ void lim_process_mlm_add_bss_rsp(tpAniSirGlobal mac_ctx, return; } - session_entry->nss = add_bss_param->nss; bss_type = session_entry->bssType; /* update PE session Id */ mlm_start_cnf.sessionId = session_entry->peSessionId; -- cgit v1.2.3