瀏覽代碼

qcacld-3.0: Fix wma_bus_suspend suspend type

Suspend type should be CDF_SYSTEM_SUSPEND.  Host gets
stuck while trying to post runtime suspend messages.

Change-Id: I5deeba401b7bda2a057802389d620149a92fcfbc
CRs-Fixed: 970656
Houston Hoffman 9 年之前
父節點
當前提交
103f39b70f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/wma/src/wma_features.c

+ 1 - 1
core/wma/src/wma_features.c

@@ -6457,7 +6457,7 @@ int wma_runtime_suspend(void)
 int wma_bus_suspend(void)
 {
 
-	return __wma_bus_suspend(CDF_RUNTIME_SUSPEND);
+	return __wma_bus_suspend(CDF_SYSTEM_SUSPEND);
 }
 
 /**