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:
@@ -236,23 +236,6 @@ typedef struct tagCsrBSSIDs {
|
|||||||
struct qdf_mac_addr *bssid;
|
struct qdf_mac_addr *bssid;
|
||||||
} tCsrBSSIDs;
|
} 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 {
|
typedef struct tagCsrScanResultInfo {
|
||||||
/*
|
/*
|
||||||
* Carry the IEs for the current BSSDescription.
|
* Carry the IEs for the current BSSDescription.
|
||||||
|
Reference in New Issue
Block a user