qcacld-3.0: Remove unused wowlan INIs

Remove wowlan_deauth_enable and wowlan_disassoc_enable INI params as
these are unused

Change-Id: I90d10995365771359f1bcd029b9193437ad67a18
CRs-Fixed: 2678156
This commit is contained in:
Bapiraju Alla
2020-05-04 17:57:33 +05:30
committad av nshrivas
förälder 184b0052ea
incheckning 920ca1e805
5 ändrade filer med 0 tillägg och 82 borttagningar

Visa fil

@@ -265,46 +265,6 @@
0, 3, 3, \
CFG_VALUE_OR_DEFAULT, \
"Enable WoW Support")
/*
* <ini>
* wowlan_deauth_enable - Enable/Disable wowlan deauth enable
* @Min: 0
* @Max: 1
* @Default: 1
*
* This ini is used to enable/disable wowlan deauth enable.
*
* Related: None
*
* Supported Feature: Power Save
*
* Usage: External
*
* </ini>
*/
#define CFG_PMO_WOWLAN_DEAUTH_ENABLE CFG_INI_BOOL("wowlan_deauth_enable", \
1, \
"Enable WoWLan deauth")
/*
* <ini>
* wowlan_disassoc_enable - Enable/Disable wowlan disassoc enable
* @Min: 0
* @Max: 1
* @Default: 1
*
* This ini is used to enable/disable wowlan disassoc enable.
*
* Related: None
*
* Supported Feature: Power Save
*
* Usage: External
*
* </ini>
*/
#define CFG_PMO_WOWLAN_DISASSOC_ENABLE CFG_INI_BOOL("wowlan_disassoc_enable", \
1, \
"Enable WoW Support")
/*
* <ini>
@@ -427,8 +387,6 @@
CFG(CFG_PMO_MC_ADDR_LIST_ENABLE) \
CFG(CFG_PMO_POWERSAVE_MODE) \
CFG(CFG_PMO_MAX_PS_POLL) \
CFG(CFG_PMO_WOWLAN_DEAUTH_ENABLE) \
CFG(CFG_PMO_WOWLAN_DISASSOC_ENABLE) \
CFG(CFG_PMO_WOW_ENABLE) \
CFG(CFG_PMO_ACTIVE_MODE) \
CFG(CFG_PMO_PWR_FAILURE) \

Visa fil

@@ -325,8 +325,6 @@ struct pmo_psoc_cfg {
bool deauth_enable;
bool disassoc_enable;
bool lpass_enable;
bool wowlan_deauth_enable;
bool wowlan_disassoc_enable;
uint8_t max_ps_poll;
uint8_t sta_dynamic_dtim;
uint8_t sta_mod_dtim;

Visa fil

@@ -685,24 +685,6 @@ void
ucfg_pmo_set_wow_enable(struct wlan_objmgr_psoc *psoc,
enum pmo_wow_enable_type val);
/**
* ucfg_pmo_is_wowlan_deauth_enabled() - Get wowlan deauth enable
* @psoc: pointer to psoc object
*
* Return: wowlan deauth enable or not
*/
bool
ucfg_pmo_is_wowlan_deauth_enabled(struct wlan_objmgr_psoc *psoc);
/**
* ucfg_pmo_is_wowlan_disassoc_enabled() - Get wowlan disassoc enable
* @psoc: pointer to psoc object
*
* Return: wowlan disassoc enable
*/
bool
ucfg_pmo_is_wowlan_disassoc_enabled(struct wlan_objmgr_psoc *psoc);
/**
* ucfg_pmo_get_gtk_rsp(): API to send gtk response request to fwr
* @vdev: objmgr vdev handle