Kaynağa Gözat

qcacld-3.0: Finish cleanup of concurrent scan config

Previously change Idca5285d58bea659a1a481c1f33827608377ab98
("qcacld-3.0: Cleanup scan concurrent active and passive min time")
partially removed the support for the concurrent scan min timers.
However it left behind the macros used to define the config
parameters, so remove those as well.

Change-Id: I7c5c6e1dc2f89dcb39d7381e01d74ae1c381b7cd
CRs-Fixed: 2367377
Jeff Johnson 6 yıl önce
ebeveyn
işleme
34f1a7b53e
1 değiştirilmiş dosya ile 0 ekleme ve 46 silme
  1. 0 46
      core/hdd/inc/wlan_hdd_cfg.h

+ 0 - 46
core/hdd/inc/wlan_hdd_cfg.h

@@ -1311,29 +1311,6 @@ enum hdd_dot11_mode {
 #define CFG_PASSIVE_MAX_CHANNEL_TIME_CONC_MAX       (10000)
 #define CFG_PASSIVE_MAX_CHANNEL_TIME_CONC_DEFAULT   (110)
 
-/*
- * <ini>
- * gPassiveMinChannelTimeConc - Minimum passive scan time in milliseconds.
- * @Min: 0
- * @Max: 10000
- * @Default: 60
- *
- * This ini is used to set minimum passive scan time in STA+SAP concurrent
- * mode.
- *
- * Related: None.
- *
- * Supported Feature: Concurrency
- *
- * Usage: Internal/External
- *
- * </ini>
- */
-#define CFG_PASSIVE_MIN_CHANNEL_TIME_CONC_NAME      "gPassiveMinChannelTimeConc"
-#define CFG_PASSIVE_MIN_CHANNEL_TIME_CONC_MIN       (0)
-#define CFG_PASSIVE_MIN_CHANNEL_TIME_CONC_MAX       (10000)
-#define CFG_PASSIVE_MIN_CHANNEL_TIME_CONC_DEFAULT   (60)
-
 /*
  * <ini>
  * gActiveMaxChannelTimeConc - Maximum active scan time in milliseconds.
@@ -1357,29 +1334,6 @@ enum hdd_dot11_mode {
 #define CFG_ACTIVE_MAX_CHANNEL_TIME_CONC_MAX        (10000)
 #define CFG_ACTIVE_MAX_CHANNEL_TIME_CONC_DEFAULT    (40)
 
-/*
- * <ini>
- * gActiveMinChannelTimeConc - Minimum active scan time in milliseconds..
- * @Min: 0
- * @Max: 10000
- * @Default: 20
- *
- * This ini is used to set minimum active scan time in STA+SAP concurrent
- * mode.
- *
- * Related: None.
- *
- * Supported Feature: Concurrency
- *
- * Usage: Internal/External
- *
- * </ini>
- */
-#define CFG_ACTIVE_MIN_CHANNEL_TIME_CONC_NAME       "gActiveMinChannelTimeConc"
-#define CFG_ACTIVE_MIN_CHANNEL_TIME_CONC_MIN        (0)
-#define CFG_ACTIVE_MIN_CHANNEL_TIME_CONC_MAX        (10000)
-#define CFG_ACTIVE_MIN_CHANNEL_TIME_CONC_DEFAULT    (20)
-
 /*
  * <ini>
  * gRestTimeConc - Rest time before moving to a new channel to scan.