summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaveen Rawat <naveenrawat@codeaurora.org>2016-11-15 10:33:26 -0800
committerqcabuildsw <qcabuildsw@localhost>2016-11-16 14:39:47 -0800
commitc449bb7564d8e525baaf9cbebadba64a1985ff79 (patch)
tree8e544cc333237f87b1479537d289e2d446117aa1
parent8644796895c876ea036b1647c832ecea93502403 (diff)
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
-rw-r--r--core/mac/src/pe/lim/lim_process_mlm_rsp_messages.c1
1 files changed, 0 insertions, 1 deletions
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;