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
committed by Sandeep Puligilla
父節點 9f174c6e2f
當前提交 9c6f84da99
共有 3 個文件被更改,包括 5 次插入8 次删除

查看文件

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