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
This commit is contained in:
@@ -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
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user