Browse Source

qcacld-3.0: Remove struct sTdlsLinkEstablishParams

WMA defines struct sTdlsLinkEstablishParams which is unused. Since
this is obsolete, remove it.

Change-Id: I2a28564ccb5ad85d65a62a5e9f0ac6c500a80c2d
CRs-Fixed: 2362013
Jeff Johnson 6 years ago
parent
commit
c559e70013
1 changed files with 0 additions and 32 deletions
  1. 0 32
      core/wma/inc/wma_if.h

+ 0 - 32
core/wma/inc/wma_if.h

@@ -1342,38 +1342,6 @@ typedef struct sP2pPsParams {
 	uint8_t sessionId;
 } tP2pPsParams, *tpP2pPsParams;
 
-/**
- * struct tTdlsLinkEstablishParams - TDLS Link establish parameters
- * @staIdx: station index
- * @isResponder: responder flag
- * @uapsdQueues: uapsd queue
- * @maxSp: max SP period
- * @isBufsta: is station flag
- * @isOffChannelSupported: offchannel supported or not
- * @peerCurrOperClass: peer current operating class
- * @selfCurrOperClass: self current operating class
- * @validChannelsLen: valid channel length
- * @validChannels: valid channels
- * @validOperClassesLen: valid operating class length
- * @validOperClasses: valid operating class
- * @status: return status of command
- */
-typedef struct sTdlsLinkEstablishParams {
-	uint16_t staIdx;
-	uint8_t isResponder;
-	uint8_t uapsdQueues;
-	uint8_t maxSp;
-	uint8_t isBufsta;
-	uint8_t isOffChannelSupported;
-	uint8_t peerCurrOperClass;
-	uint8_t selfCurrOperClass;
-	uint8_t validChannelsLen;
-	uint8_t validChannels[HAL_MAX_SUPP_CHANNELS];
-	uint8_t validOperClassesLen;
-	uint8_t validOperClasses[HAL_MAX_SUPP_OPER_CLASSES];
-	uint32_t status;
-} tTdlsLinkEstablishParams, *tpTdlsLinkEstablishParams;
-
 /**
  * struct tHalHiddenSsidVdevRestart - hidden ssid vdev restart params
  * @ssidHidden: is hidden ssid or not