Selaa lähdekoodia

qcacld-3.0: Remove legacy scan message structs

The legacy scan structs tSirSmeScanAbortReq and tSirSmeGetScanChanReq
are unused, so remove them.

Change-Id: I72e75145f4dcf3a578b52d9d1be841a12d67a2d3
CRs-Fixed: 2370034
Jeff Johnson 6 vuotta sitten
vanhempi
sitoutus
de971dc3fb
1 muutettua tiedostoa jossa 0 lisäystä ja 14 poistoa
  1. 0 14
      core/mac/inc/sir_api.h

+ 0 - 14
core/mac/inc/sir_api.h

@@ -793,20 +793,6 @@ typedef enum eSirLinkTrafficCheck {
 	eSIR_CHECK_ROAMING_SCAN = 2,
 } tSirLinkTrafficCheck;
 
-typedef struct sSirSmeScanAbortReq {
-	uint16_t type;
-	uint16_t msgLen;
-	uint8_t sessionId;
-	uint32_t scan_id;
-} tSirSmeScanAbortReq, *tpSirSmeScanAbortReq;
-
-typedef struct sSirSmeScanChanReq {
-	uint16_t type;
-	uint16_t msgLen;
-	uint8_t sessionId;
-	uint16_t transcationId;
-} tSirSmeGetScanChanReq, *tpSirSmeGetScanChanReq;
-
 #ifdef FEATURE_OEM_DATA_SUPPORT
 struct oem_data_req {
 	uint32_t data_len;