qcacmn: Resume fastpath DP in correct place for runtime PM

Fastpath DP should be resumed after WOW is disabled from FW. Move
it to correct place.

Change-Id: I9108ee4393cc4ee5f8a232c3de14d68b47aa760e
CRs-fixed: 2023358
This commit is contained in:
Yue Ma
2017-02-17 10:45:55 -08:00
zatwierdzone przez Sandeep Puligilla
rodzic 9f174c6e2f
commit 9c6f84da99
3 zmienionych plików z 5 dodań i 8 usunięć

Wyświetl plik

@@ -2009,6 +2009,8 @@ void htc_kick_queues(void *context)
htc_try_send(target, endpoint, NULL);
}
hif_fastpath_resume(target->hif_dev);
}
#endif