From 7b75cddd2ea7ca01932428fb98d854f4adc5f95e Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sat, 29 Dec 2018 16:55:30 -0800 Subject: [PATCH] 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 --- core/sme/inc/csr_api.h | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/core/sme/inc/csr_api.h b/core/sme/inc/csr_api.h index 3c9104af4c..47df165b03 100644 --- a/core/sme/inc/csr_api.h +++ b/core/sme/inc/csr_api.h @@ -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.