qcacld-3.0: Consistently use policy_mgr_dual_mac_config

Remove duplicate structs wmi_dual_mac_config and sir_dual_mac_config
and use policy_mgr_dual_mac_config.

Change-Id: I6da6539f519ec46ee274ba3f3ae042e5fd9c25d2
CRs-Fixed: 2190993
diff --git a/core/wma/inc/wma.h b/core/wma/inc/wma.h
index 572546c..ffc7d83 100644
--- a/core/wma/inc/wma.h
+++ b/core/wma/inc/wma.h
@@ -2086,7 +2086,7 @@
 		struct policy_mgr_hw_mode *msg);
 
 QDF_STATUS wma_send_pdev_set_dual_mac_config(tp_wma_handle wma_handle,
-		struct sir_dual_mac_config *msg);
+		struct policy_mgr_dual_mac_config *msg);
 QDF_STATUS wma_send_pdev_set_antenna_mode(tp_wma_handle wma_handle,
 		struct sir_antenna_mode_param *msg);