Forráskód Böngészése

qcacld-3.0: Update he rx/tx MCS variable to hold uint32_t

Update he rx/tx MCS variable to hold uint32_t since WMA layer
expects it to be uint32_t.

Change-Id: Id7a0443cc9a85245b0b45563c4e2a539a5225cc5
CRs-Fixed: 1073481
Krishna Kumaar Natarajan 8 éve
szülő
commit
ef3f176ec9
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      core/mac/inc/sir_api.h

+ 2 - 2
core/mac/inc/sir_api.h

@@ -368,8 +368,8 @@ typedef struct sSirSupportedRates {
 	uint16_t vhtTxMCSMap;
 	uint16_t vhtTxHighestDataRate;
 #ifdef WLAN_FEATURE_11AX
-	uint16_t he_rx_mcs;
-	uint16_t he_tx_mcs;
+	uint32_t he_rx_mcs;
+	uint32_t he_tx_mcs;
 #endif
 } tSirSupportedRates, *tpSirSupportedRates;