qcacld-3.0: Remove INI parameter ImplicitQosIsEnabled
As part of WiFi ini clean-up FR, the ini parameter ImplicitQosIsEnabled, is identified as an obselete parameter and hence it can be deprecated. Change-Id: Id2ea893ec714150d6144aead2dc3c2b5967d805b CRs-Fixed: 2896059
This commit is contained in:

committed by
snandini

parent
edfbff8b2a
commit
38bc15e6c7
@@ -1308,16 +1308,6 @@ wlan_mlme_get_80211e_is_enabled(struct wlan_objmgr_psoc *psoc, bool *value);
|
||||
QDF_STATUS
|
||||
wlan_mlme_get_wmm_uapsd_mask(struct wlan_objmgr_psoc *psoc, uint8_t *value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_implicit_qos_is_enabled() - Enable implicit QOS
|
||||
* @psoc: pointer to psoc object
|
||||
* @value: pointer to the value which will be filled for the caller
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS wlan_mlme_get_implicit_qos_is_enabled(struct wlan_objmgr_psoc *psoc,
|
||||
bool *value);
|
||||
|
||||
#ifdef FEATURE_WLAN_ESE
|
||||
/**
|
||||
* wlan_mlme_get_inactivity_interval() - Infra Inactivity Interval
|
||||
|
Reference in New Issue
Block a user