qcacld-3.0: Remove typedef tCsrStaParams

Change I8ba344ce5593df44bd15527e2ff68e872b6d23b8 ("qcacld-3.0: TDLS:
remove legacy core functions") removed the last references to typedef
tCsrStaParams. Since the typedef is obsolete, remove it.

Change-Id: I63442b1c2f0033c50ab94d4dcf4288eae5fb4d9d
CRs-Fixed: 2375515
This commit is contained in:
Jeff Johnson
2018-12-29 16:55:30 -08:00
committed by nshrivas
parent 9b5953f0f5
commit 7b75cddd2e

View File

@@ -236,23 +236,6 @@ typedef struct tagCsrBSSIDs {
struct qdf_mac_addr *bssid;
} tCsrBSSIDs;
typedef struct tagCsrStaParams {
uint16_t capability;
uint8_t extn_capability[SIR_MAC_MAX_EXTN_CAP];
uint8_t supported_rates_len;
uint8_t supported_rates[SIR_MAC_MAX_SUPP_RATES];
uint8_t htcap_present;
tSirHTCap HTCap;
uint8_t vhtcap_present;
tSirVHTCap VHTCap;
uint8_t uapsd_queues;
uint8_t max_sp;
uint8_t supported_channels_len;
uint8_t supported_channels[SIR_MAC_MAX_SUPP_CHANNELS];
uint8_t supported_oper_classes_len;
uint8_t supported_oper_classes[REG_MAX_SUPP_OPER_CLASSES];
} tCsrStaParams;
typedef struct tagCsrScanResultInfo {
/*
* Carry the IEs for the current BSSDescription.