Просмотр исходного кода

qcacld-3.0: Remove struct ani_roc_req

Change I2f7d4c14d4ba2df9360351bdc55a8ba92ec9caf9 ("qcacld-3.0:
Remove legacy P2P codes in SME") removed the last reference to
struct ani_roc_req. Since this struct is unused, remove it.

Change-Id: I328481b5334b3f0c6f586d7360fe58e55a56166d
CRs-Fixed: 2370031
Jeff Johnson 6 лет назад
Родитель
Сommit
a41fe79d2d
1 измененных файлов с 0 добавлено и 28 удалено
  1. 0 28
      core/mac/inc/sir_api.h

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

@@ -1531,34 +1531,6 @@ typedef struct sAniGetSnrReq {
 	int8_t snr;
 } tAniGetSnrReq, *tpAniGetSnrReq;
 
-/**
- * struct ani_roc_req - Remain on channel request
- * @msg_type: Message type
- * @msg_len: Message Length
- * @session_id: SME session Id
- * @channel: channel number
- * @callback: call back function for scan result
- * @duration: Roc duration
- * @is_p2pprobe_allowed : flag for p2p probe request
- * @ctx: Global context
- * @scan_id: Scan Identifier
- *
- * Remain on channel request message structure
- */
-struct ani_roc_req {
-	/* message type is same as the request type */
-	uint16_t msg_type;
-	/* length of the entire request */
-	uint16_t msg_len;
-	uint16_t session_id;
-	uint8_t channel;
-	uint32_t duration;
-	uint8_t is_p2pprobe_allowed;
-	void *callback;
-	void *ctx;
-	uint32_t scan_id;
-};
-
 /* generic country code change request MSG structure */
 typedef struct sAniGenericChangeCountryCodeReq {
 	uint16_t msgType;       /* message type is same as the request type */