qcacld-3.0: Add API to get max mcs index

Add a new field max_mcs_index in mlme_legacy_priv to save max mcs
index of current vdev.
Add a new field max_real_mcs_idx in hdd_station_info to save max
mcs index of the connected station.

Change-Id: I28908515cbe5c18c79f14f8645defd5c82e3a6f0
CRs-Fixed: 3065838
This commit is contained in:
Bing Sun
2022-04-06 19:13:21 +08:00
committed by Madan Koyyalamudi
orang tua b5ba99c5aa
melakukan 6df47a0d95
24 mengubah file dengan 388 tambahan dan 97 penghapusan

Melihat File

@@ -275,6 +275,7 @@ typedef struct sap_StationAssocReassocCompleteEvent_s {
uint8_t max_supp_idx;
uint8_t max_ext_idx;
uint8_t max_mcs_idx;
uint8_t max_real_mcs_idx;
uint8_t rx_mcs_map;
uint8_t tx_mcs_map;
uint8_t ecsa_capable;