Bläddra i källkod

qcacld-3.0: Remove tSmeGetScanChnRsp & tLimScanChn

Change I590745af3943a8975fb0644d02e58b2133c9f1cb ("qcacld-3.0: Add
changes to get/flush scan results") migrated to the converged scan
model. The legacy scan data structures tSmeGetScanChnRsp & tLimScanChn
are now unused, so remove them.

Change-Id: I61033b1f7b0eba43186f0ae24b9da3f5588f03b9
CRs-Fixed: 2370032
Jeff Johnson 6 år sedan
förälder
incheckning
96e1b8e9f3
1 ändrade filer med 0 tillägg och 15 borttagningar
  1. 0 15
      core/mac/inc/sir_api.h

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

@@ -1790,11 +1790,6 @@ typedef struct sSirIbssPeerInactivityInd {
 	struct qdf_mac_addr peer_addr;
 } tSirIbssPeerInactivityInd, *tpSirIbssPeerInactivityInd;
 
-typedef struct sLimScanChn {
-	uint16_t numTimeScan;   /* how many time this channel is scan */
-	uint8_t channelId;
-} tLimScanChn;
-
 /**
  * struct lim_channel_status
  * @channelfreq: Channel freq
@@ -1838,16 +1833,6 @@ struct lim_scan_channel_status {
 		 channel_status_list[SIR_MAX_SUPPORTED_CHANNEL_LIST];
 };
 
-typedef struct sSmeGetScanChnRsp {
-	/* Message Type */
-	uint16_t mesgType;
-	/* Message Length */
-	uint16_t mesgLen;
-	uint8_t sessionId;
-	uint8_t numChn;
-	tLimScanChn scanChn[1];
-} tSmeGetScanChnRsp, *tpSmeGetScanChnRsp;
-
 typedef struct sSirSmeGetAssocSTAsReq {
 	uint16_t messageType;   /* eWNI_SME_GET_ASSOC_STAS_REQ */
 	uint16_t length;