|
@@ -497,7 +497,8 @@ static void update_nss(tpAniSirGlobal mac_ctx, tpDphHashNode sta_ds,
|
|
tpSirMacMgmtHdr mgmt_hdr)
|
|
tpSirMacMgmtHdr mgmt_hdr)
|
|
{
|
|
{
|
|
if (sta_ds->vhtSupportedRxNss != (beacon->OperatingMode.rxNSS + 1)) {
|
|
if (sta_ds->vhtSupportedRxNss != (beacon->OperatingMode.rxNSS + 1)) {
|
|
- sta_ds->vhtSupportedRxNss = beacon->OperatingMode.rxNSS;
|
|
|
|
|
|
+ sta_ds->vhtSupportedRxNss =
|
|
|
|
+ beacon->OperatingMode.rxNSS + 1;
|
|
lim_set_nss_change(mac_ctx, session_entry,
|
|
lim_set_nss_change(mac_ctx, session_entry,
|
|
sta_ds->vhtSupportedRxNss, sta_ds->staIndex,
|
|
sta_ds->vhtSupportedRxNss, sta_ds->staIndex,
|
|
mgmt_hdr->sa);
|
|
mgmt_hdr->sa);
|