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
diff --git a/core/wma/src/wma_features.c b/core/wma/src/wma_features.c
index 6898513..031d9c5 100644
--- a/core/wma/src/wma_features.c
+++ b/core/wma/src/wma_features.c
@@ -6457,7 +6457,7 @@
 int wma_bus_suspend(void)
 {
 
-	return __wma_bus_suspend(CDF_RUNTIME_SUSPEND);
+	return __wma_bus_suspend(CDF_SYSTEM_SUSPEND);
 }
 
 /**