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
This commit is contained in:
Jeff Johnson 2018-12-15 21:48:51 -08:00
parent b67b8a5047
commit de971dc3fb

View File

@ -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;