Prechádzať zdrojové kódy

qcacld-3.0: Remove obsolete tCsrTdls* typedefs

Change I8ba344ce5593df44bd15527e2ff68e872b6d23b8 ("qcacld-3.0: TDLS:
remove legacy core functions") removed the last usage of typedefs
tCsrTdlsLinkEstablishParams and tCsrTdlsSendMgmt. Since these typedefs
are now obsolete, remove them.

Change-Id: I666c3180beb7fb0a230ba6c97a93666ff9ba886e
CRs-Fixed: 2380775
Jeff Johnson 6 rokov pred
rodič
commit
4ff005c9f0
1 zmenil súbory, kde vykonal 0 pridanie a 29 odobranie
  1. 0 29
      core/sme/inc/csr_api.h

+ 0 - 29
core/sme/inc/csr_api.h

@@ -1291,35 +1291,6 @@ typedef struct tagCsrRoamSetKey {
 	uint8_t keyRsc[CSR_MAX_RSC_LEN];
 } tCsrRoamSetKey;
 
-#ifdef FEATURE_WLAN_TDLS
-
-typedef struct tagCsrLinkEstablishParams {
-	tSirMacAddr peerMac;
-	uint8_t uapsdQueues;
-	uint8_t maxSp;
-	uint8_t isBufSta;
-	uint8_t isOffChannelSupported;
-	uint8_t isResponder;
-	uint8_t supportedChannelsLen;
-	uint8_t supportedChannels[SIR_MAC_MAX_SUPP_CHANNELS];
-	uint8_t supportedOperClassesLen;
-	uint8_t supportedOperClasses[REG_MAX_SUPP_OPER_CLASSES];
-	uint8_t qos;
-} tCsrTdlsLinkEstablishParams;
-
-typedef struct tagCsrTdlsSendMgmt {
-	tSirMacAddr peerMac;
-	uint8_t frameType;
-	uint8_t dialog;
-	uint16_t statusCode;
-	uint8_t responder;
-	uint32_t peerCapability;
-	uint8_t *buf;
-	uint8_t len;
-	enum wifi_traffic_ac ac;
-} tCsrTdlsSendMgmt;
-#endif
-
 typedef void *tScanResultHandle;
 
 typedef enum {