Ver Fonte

qcacld-3.0: Remove CCE HW filter from runtime pm suspend

FW is not reay to support CCE HW filter during active mode
hence remove it.

Change-Id: Iba14c788362dad4d2f76eda8e06849b6c8174519
CRs-Fixed: 2514049
Rajeev Kumar há 5 anos atrás
pai
commit
e51bc40f96
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      components/pmo/core/src/wlan_pmo_suspend_resume.c

+ 0 - 2
components/pmo/core/src/wlan_pmo_suspend_resume.c

@@ -438,7 +438,6 @@ static void pmo_core_enable_runtime_pm_offloads(struct wlan_objmgr_psoc *psoc)
 		vdev = pmo_psoc_get_vdev(psoc, vdev_id);
 		if (!vdev)
 			continue;
-		pmo_core_enable_hw_filter_in_fwr(vdev);
 	}
 }
 
@@ -452,7 +451,6 @@ static void pmo_core_disable_runtime_pm_offloads(struct wlan_objmgr_psoc *psoc)
 		vdev = pmo_psoc_get_vdev(psoc, vdev_id);
 		if (!vdev)
 			continue;
-		pmo_core_disable_hw_filter_in_fwr(vdev);
 	}
 }