Browse Source

qcacld-3.0: Remove gDisableDfsJapanW53 remnants

Previously change I7f39ed0680919c6a383d9b8bae5864f979b6948c
("qcacld-3.0: Refactor more dfs cfg items") removed support for
gDisableDfsJapanW53. However some remants of that support were left
behind, so remove them.

Change-Id: Ic0ec3411621c87a66a2d2055ceeebc2ed027aa39
CRs-Fixed: 2364103
Jeff Johnson 6 năm trước cách đây
mục cha
commit
219b6a0aae
3 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 1
      core/hdd/inc/wlan_hdd_cfg.h
  2. 0 6
      core/sap/inc/sap_api.h
  3. 0 1
      core/sap/src/sap_internal.h

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

@@ -3689,7 +3689,6 @@ struct hdd_config {
 	uint32_t ibssPs1RxChainInAtimEnable;
 	uint32_t IpaConfig;
 	bool IpaClkScalingEnable;
-	uint8_t gDisableDfsJapanW53;
 	bool fRegChangeDefCountry;
 	bool advertiseConcurrentOperation;
 	uint8_t enableFwModuleLogLevel[FW_MODULE_LOG_LEVEL_STRING_LENGTH];

+ 0 - 6
core/sap/inc/sap_api.h

@@ -673,12 +673,6 @@ typedef struct sSapDfsInfo {
 	enum phy_ch_width new_chanWidth;
 	struct ch_params new_ch_params;
 
-	/*
-	 * INI param to enable/disable SAP W53
-	 * channel operation.
-	 */
-	uint8_t is_dfs_w53_disabled;
-
 	/*
 	 * sap_operating_channel_location holds SAP indoor,
 	 * outdoor location information. Currently, if this

+ 0 - 1
core/sap/src/sap_internal.h

@@ -58,7 +58,6 @@ extern "C" {
 
 #define IS_ETSI_WEATHER_CH(_ch)   ((_ch >= 120) && (_ch <= 130))
 #define IS_CH_BONDING_WITH_WEATHER_CH(_ch)   (_ch == 116)
-#define IS_CHAN_JAPAN_W53(_ch)    ((_ch >= 52)  && (_ch <= 64))
 #define IS_CHAN_JAPAN_INDOOR(_ch) ((_ch >= 36)  && (_ch <= 64))
 #define IS_CHAN_JAPAN_OUTDOOR(_ch)((_ch >= 100) && (_ch <= 140))
 #define DEFAULT_CAC_TIMEOUT (60 * 1000) /* msecs - 1 min */