qcacld-3.0: Fix fw offload ucfg APIs for wiphy features

WIPHY features are populated before FW offload object is
initialized. Thus use direct config values for SAE and GCMP
WIPHY features.

Change-Id: Ic1b84c8709a0347fa22773786c0d5af32426e8fc
CRs-fixed: 2376983
This commit is contained in:
Manikandan Mohan
2019-01-08 17:57:05 -08:00
committed by nshrivas
vanhempi 28fb3f89a2
commit 9c5a777732
2 muutettua tiedostoa jossa 10 lisäystä ja 37 poistoa

Näytä tiedosto

@@ -347,22 +347,18 @@ QDF_STATUS ucfg_fwol_get_lprx_enable(struct wlan_objmgr_psoc *psoc,
/**
* ucfg_fwol_get_sae_enable() - Get SAE feature enable status
* @psoc: pointer to the psoc object
* @sae_enable: Pointer to return SAE feature enable status
*
* Return: QDF Status
* Return: True if enabled else false
*/
QDF_STATUS ucfg_fwol_get_sae_enable(struct wlan_objmgr_psoc *psoc,
bool *sae_enable);
bool ucfg_fwol_get_sae_enable(struct wlan_objmgr_psoc *psoc);
/**
* ucfg_fwol_get_gcmp_enable() - Get GCMP feature enable status
* @psoc: pointer to the psoc object
* @gcmp_enable: Pointer to return GCMP feature enable status
*
* Return: QDF Status
* Return: True if enabled else false
*/
QDF_STATUS ucfg_fwol_get_gcmp_enable(struct wlan_objmgr_psoc *psoc,
bool *gcmp_enable);
bool ucfg_fwol_get_gcmp_enable(struct wlan_objmgr_psoc *psoc);
/**
* ucfg_fwol_get_enable_tx_sch_delay() - Get enable tx sch delay