Browse Source

qcacld-3.0: Remove struct sP2pPsParams

WMA defines struct sP2pPsParams which is unused. Since this is
obsolete, remove it.

Change-Id: I4d42f42ac9b3cd432dbebd405f7779ca6c94e937
CRs-Fixed: 2362014
Jeff Johnson 6 years ago
parent
commit
6d5239bde5
1 changed files with 0 additions and 22 deletions
  1. 0 22
      core/wma/inc/wma_if.h

+ 0 - 22
core/wma/inc/wma_if.h

@@ -1320,28 +1320,6 @@ struct del_sta_self_rsp_params {
 	uint8_t generate_rsp;
 };
 
-/**
- * struct tP2pPsParams - P2P powersave related params
- * @opp_ps: opportunistic power save
- * @ctWindow: CT window
- * @count: count
- * @duration: duration
- * @interval: interval
- * @single_noa_duration: single shot noa duration
- * @psSelection: power save selection
- * @sessionId: session id
- */
-typedef struct sP2pPsParams {
-	uint8_t opp_ps;
-	uint32_t ctWindow;
-	uint8_t count;
-	uint32_t duration;
-	uint32_t interval;
-	uint32_t single_noa_duration;
-	uint8_t psSelection;
-	uint8_t sessionId;
-} tP2pPsParams, *tpP2pPsParams;
-
 /**
  * struct tHalHiddenSsidVdevRestart - hidden ssid vdev restart params
  * @ssidHidden: is hidden ssid or not