Browse Source

qcacld-3.0: Do not update the session Nss with FW value

Session entry Nss value is updated by user configuration
and device capabilities. FW also provides the Nss value in
vdev start response based on current hardware mode. If the
current HW mode is DBS, FW gives the Nss value as 1 and if it
is updated in session then performance will be downgraded.

Do not update the session Nss with Nss given in vdev start
response by FW.

Change-Id: I4b9d5f98f09b437bb25568c82b15598aed493f27
CRs-Fixed: 1086940
Kiran Kumar Lokere 8 năm trước cách đây
mục cha
commit
151d9f95a3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      core/mac/src/pe/lim/lim_process_mlm_rsp_messages.c

+ 0 - 1
core/mac/src/pe/lim/lim_process_mlm_rsp_messages.c

@@ -3138,7 +3138,6 @@ void lim_process_switch_channel_rsp(tpAniSirGlobal pMac, void *body)
 	channelChangeReasonCode = psessionEntry->channelChangeReasonCode;
 	/* initialize it back to invalid id */
 	psessionEntry->chainMask = pChnlParams->chainMask;
-	psessionEntry->nss = pChnlParams->nss;
 	psessionEntry->smpsMode = pChnlParams->smpsMode;
 	psessionEntry->channelChangeReasonCode = 0xBAD;
 	lim_log(pMac, LOG1, FL("channelChangeReasonCode %d"),