Explorar o código

qcacld-3.0: Remove enum wma_tdls_off_chan_mode

As part of TDLS componentization the legacy enum
wma_tdls_off_chan_mode was replicated, creating enum
tdls_off_chan_mode. All of the TDLS code has transitioned
to the new enum. Since the legacy enum is obsolete, remove it.

Change-Id: I02f9fba0d3fc0cf1f9bada82d3fedc49845f99ee
CRs-Fixed: 2397352
Jeff Johnson %!s(int64=6) %!d(string=hai) anos
pai
achega
bf8299a5a3
Modificáronse 1 ficheiros con 0 adicións e 13 borrados
  1. 0 13
      core/wma/inc/wma_types.h

+ 0 - 13
core/wma/inc/wma_types.h

@@ -626,19 +626,6 @@ typedef struct {
 	uint32_t param_vp_dev;
 } wma_cli_set_cmd_t;
 
-#ifdef FEATURE_WLAN_TDLS
-/**
- * enum wma_tdls_off_chan_mode - modes for WMI_TDLS_SET_OFFCHAN_MODE_CMDID
- * @WMA_TDLS_ENABLE_OFFCHANNEL: enable off channel
- * @WMA_TDLS_DISABLE_OFFCHANNEL: disable off channel
- */
-enum wma_tdls_off_chan_mode {
-	WMA_TDLS_ENABLE_OFFCHANNEL,
-	WMA_TDLS_DISABLE_OFFCHANNEL
-};
-
-#endif /* FEATURE_WLAN_TDLS */
-
 enum rateid {
 	RATEID_1MBPS = 0,
 	RATEID_2MBPS,