Browse Source

qcacld-3.0: Remove tLimQuietTxMode & tLimControlTx

Change I77617df14093806f19c0d587e953f63ae86f8ffe ("qcacld-3.0: Cleanup
the unused quiet timers and TX control API") removed the usage of
typedefs tLimQuietTxMode & tLimControlTx. Since they are obsolete,
remove them.

Change-Id: I503b6c63d8440fe9aa80d8d38c19d49654621cc3
CRs-Fixed: 2378320
Jeff Johnson 6 years ago
parent
commit
d8ae59ef38
1 changed files with 0 additions and 27 deletions
  1. 0 27
      core/mac/src/pe/include/lim_global.h

+ 0 - 27
core/mac/src/pe/include/lim_global.h

@@ -414,33 +414,6 @@ typedef struct sLimWiderBWChannelSwitch {
 	uint8_t newCenterChanFreq1;
 } tLimWiderBWChannelSwitchInfo, *tpLimWiderBWChannelSwitchInfo;
 
-/* Enums used when stopping the Tx. */
-typedef enum eLimQuietTxMode {
-	/* Stop/resume transmission of all stations,Uses the global flag */
-	eLIM_TX_ALL = 0,
-	/*
-	 * Stops/resumes the transmission of specific stations identified
-	 * by staId.
-	 */
-	eLIM_TX_STA,
-	/* Stops/resumes the transmission of all the packets in BSS */
-	eLIM_TX_BSS,
-	/*
-	 * Stops/resumes the transmission of all packets except beacons in BSS
-	 * This is used when radar is detected in the current operating channel.
-	 * Beacon has to be sent to notify the stations associated about the
-	 * scheduled channel switch
-	 */
-	eLIM_TX_BSS_BUT_BEACON
-} tLimQuietTxMode;
-
-typedef enum eLimControlTx {
-	eLIM_RESUME_TX = 0,
-	eLIM_STOP_TX
-} tLimControlTx;
-
-/* -------------------------------------------------------------------- */
-
 typedef struct sLimTspecInfo {
 	/* 0==free, else used */
 	uint8_t inuse;