qcacld-3.0: Remove requestedMCRate from tSap_AssocMacAddr

The requestedMCRate field in tSap_AssocMacAddr is unused,
so remove it.

Change-Id: If5ae0df5f84c99e3684df3cac75d32d63227d5ce
CRs-Fixed: 2380770
This commit is contained in:
Jeff Johnson
2019-01-06 14:34:46 -08:00
committed by nshrivas
parent ec828e6c62
commit 034649dbd7

View File

@@ -310,6 +310,7 @@ typedef struct sap_StationMICFailureEvent_s {
uint8_t TSC[SIR_CIPHER_SEQ_CTR_SIZE]; /* sequence number */
} tSap_StationMICFailureEvent;
/*Structure to return MAC address of associated stations */
typedef struct sap_AssocMacAddr_s {
struct qdf_mac_addr staMac; /* Associated station's MAC address */
@@ -318,7 +319,6 @@ typedef struct sap_AssocMacAddr_s {
uint8_t ShortGI40Mhz;
uint8_t ShortGI20Mhz;
uint8_t Support40Mhz;
uint32_t requestedMCRate;
tSirSupportedRates supportedRates;
} tSap_AssocMacAddr, *tpSap_AssocMacAddr;