Browse Source

qcacld-3.0: Remove tSirSmeScanRsp

The typedef tSirSmeScanRsp is not used by the current generation of
the driver, so remove it.

Change-Id: Id38ae6fe4b0c92e69c6a3f16db7f22ae13ba2fb7
CRs-Fixed: 2364272
Jeff Johnson 6 years ago
parent
commit
6ed9625feb
1 changed files with 0 additions and 10 deletions
  1. 0 10
      core/mac/inc/sir_api.h

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

@@ -975,16 +975,6 @@ typedef struct sSirPlmReq {
 
 #endif /* FEATURE_WLAN_ESE */
 
-/* / Definition for response message to previously issued scan request */
-typedef struct sSirSmeScanRsp {
-	uint16_t messageType;   /* eWNI_SME_SCAN_RSP */
-	uint16_t length;
-	uint8_t sessionId;
-	tSirResultCodes statusCode;
-	uint16_t transcationId;
-	uint32_t scan_id;
-} tSirSmeScanRsp, *tpSirSmeScanRsp;
-
 /* / Definition for join request */
 /* / ---> MAC */
 /* / WARNING! If you add a field in JOIN REQ. */