qcacmn: Add API to deint scan runtime suspend lock
Add API to deint scan runtime suspend lock, which can be called before HIF is closed, to avoid crash while acessing HIF pointer. Change-Id: Ida9269cdaea33a387e2acd1e3d9670d152b6016f CRs-Fixed: 2065228
Tento commit je obsažen v:
@@ -139,6 +139,18 @@ int wlan_cfg80211_sched_scan_stop(struct wlan_objmgr_pdev *pdev,
|
||||
struct net_device *dev);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* wlan_scan_runtime_pm_deinit() - API to deinitialize runtime pm
|
||||
* for scan.
|
||||
* @pdev: Pointer to pdev
|
||||
*
|
||||
* This will help to deinitialize scan runtime pm before deinitialize
|
||||
* HIF
|
||||
*
|
||||
* Return: void
|
||||
*/
|
||||
void wlan_scan_runtime_pm_deinit(struct wlan_objmgr_pdev *pdev);
|
||||
|
||||
/**
|
||||
* wlan_cfg80211_scan_priv_init() - API to initialize cfg80211 scan
|
||||
* @pdev: Pointer to net device
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele