Pārlūkot izejas kodu

qcacld-3.0: Update HE MCS12/13 support for 6GHz connection

Update HE MCS12/13 support for 6GHz connection.

Change-Id: I6382e9c61f8a4b785845d3348f12deffa02acc00
CRs-Fixed: 2775281
Kiran Kumar Lokere 4 gadi atpakaļ
vecāks
revīzija
046e173276
2 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 3 0
      core/mac/src/pe/lim/lim_assoc_utils.c
  2. 1 1
      core/wma/src/wma_he.c

+ 3 - 0
core/mac/src/pe/lim/lim_assoc_utils.c

@@ -2103,6 +2103,7 @@ static void lim_update_he_stbc_capable(tpAddStaParams add_sta_params)
 static void lim_update_he_mcs_12_13(tpAddStaParams add_sta_params,
 				    tpDphHashNode sta_ds)
 {
+	pe_debug("he_mcs_12_13_map %0x", sta_ds->he_mcs_12_13_map);
 	if (sta_ds->he_mcs_12_13_map)
 		add_sta_params->he_mcs_12_13_map = sta_ds->he_mcs_12_13_map;
 }
@@ -3701,6 +3702,8 @@ QDF_STATUS lim_sta_send_add_bss(struct mac_context *mac, tpSirAssocRsp pAssocRsp
 						 pBeaconStruct,
 						 pAssocRsp);
 			lim_update_he_stbc_capable(&pAddBssParams->staContext);
+			lim_update_he_mcs_12_13(&pAddBssParams->staContext,
+						sta);
 			lim_update_he_6gop_assoc_resp(pAddBssParams,
 						      &pAssocRsp->he_op,
 						      pe_session);

+ 1 - 1
core/wma/src/wma_he.c

@@ -1293,7 +1293,7 @@ void wma_populate_peer_he_cap(struct peer_assoc_params *peer,
 		}
 	}
 
-	wma_debug("Sending TX/RX MCS set to FW: <=80: %x, 80+80: %x, 160: %x",
+	wma_debug("Sending TX/RX MCS set to FW: <=80: %x, 160: %x, 80+80: %x",
 		  peer->peer_he_rx_mcs_set[0], peer->peer_he_rx_mcs_set[1],
 		  peer->peer_he_rx_mcs_set[2]);