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
@@ -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;