qcacmn: Pause CDP timer during bus/runtime suspend
Converged datapath currently uses a polling timer to check for pending traffic. As part of suspend, pause the polling timer to avoid any invalid accesses. Change-Id: I6b4654c6737c08475443d021c04ba9385d084d74 CRs-Fixed: 2047505
This commit is contained in:

committad av
snandini

förälder
2e55c111a8
incheckning
4a3b96b4f1
@@ -790,8 +790,8 @@ struct cdp_ipa_ops {
|
||||
* @bus_resume:
|
||||
*/
|
||||
struct cdp_bus_ops {
|
||||
QDF_STATUS (*bus_suspend)(void);
|
||||
QDF_STATUS (*bus_resume)(void);
|
||||
QDF_STATUS (*bus_suspend)(struct cdp_pdev *opaque_pdev);
|
||||
QDF_STATUS (*bus_resume)(struct cdp_pdev *opaque_pdev);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Referens i nytt ärende
Block a user