Browse Source

qcacld-3.0: Remove WMA_CHAN_START/END_RESP macros

Change I654e53fa2441e03723f150d973c124985c67f2b4 ("qcacld-3.0: Add new
params in ACS calc process") introduced macros WMA_CHAN_START_RESP and
WMA_CHAN_END_RESP, but did not add any code which uses them. Since
they are unused, remove them.

Change-Id: I7a5f20cb8e72c19f52d5a44afb3b480eaa84c06b
CRs-Fixed: 2375431
Jeff Johnson 6 years ago
parent
commit
5918e364f3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/wma/inc/wma.h

+ 0 - 3
core/wma/inc/wma.h

@@ -179,9 +179,6 @@
 #define WMA_EXTSCAN_BURST_DURATION      150
 #endif
 
-#define WMA_CHAN_START_RESP          0
-#define WMA_CHAN_END_RESP            1
-
 #define WMA_BCN_BUF_MAX_SIZE 512
 #define WMA_NOA_IE_SIZE(num_desc) (2 + (13 * (num_desc)))
 #define WMA_MAX_NOA_DESCRIPTORS 4