qcacmn: Disable obss scan before suspend
When obss scan is enabled, FW will trigger scan periodically by a timer. If a scan was triggered, FW need to access host memory for data transfer. Occasionally, suspend may happen during one scan, then FW is unable to access host memory and fw will crash. So disable the obss scan before suspend. Change-Id: Ie507da929a3701473cb57888e96e702e34d4c95a CRs-Fixed: 2927239
This commit is contained in:

committed by
Madan Koyyalamudi

parent
841fa1bd6a
commit
3516552a3c
@@ -798,6 +798,8 @@ QDF_STATUS (*send_pno_stop_cmd)(wmi_unified_t wmi_handle, uint8_t vdev_id);
|
||||
QDF_STATUS (*send_pno_start_cmd)(wmi_unified_t wmi_handle,
|
||||
struct pno_scan_req_params *pno);
|
||||
|
||||
QDF_STATUS (*send_obss_disable_cmd)(wmi_unified_t wmi_handle, uint8_t vdev_id);
|
||||
|
||||
QDF_STATUS (*send_nlo_mawc_cmd)(wmi_unified_t wmi_handle,
|
||||
struct nlo_mawc_params *params);
|
||||
|
||||
|
Reference in New Issue
Block a user