qcacld-3.0: Use WMI_HOST_WLAN_PHY_MODE instead of WLAN_PHY_MODE

Use the enumaration defined in common instead of the legacy one in
cld.

Change-Id: I0ad7659b8d03ae5a14b15ca464395ea3e2571286
CRs-Fixed: 2216803
diff --git a/core/wma/inc/wma.h b/core/wma/inc/wma.h
index 3035607..572546c 100644
--- a/core/wma/inc/wma.h
+++ b/core/wma/inc/wma.h
@@ -1063,7 +1063,7 @@
 	uint8_t llbCoexist;
 	uint8_t shortSlotTimeSupported;
 	uint8_t dtimPeriod;
-	WLAN_PHY_MODE chanmode;
+	WMI_HOST_WLAN_PHY_MODE chanmode;
 	uint8_t vht_capable;
 	uint8_t ht_capable;
 	A_UINT32 mhz;