wlan: add dynamic WMM-PS support

Add firmware definitions for dynamic WMM-PS support.
Host driver will use these definitions to configure
the firmware to use and tune the dynamic WMM-PS functionality.

Change-Id: I50f4409b00bde2ce7d8b1f62265539f58497e4f7
CRs-Fixed: 705980
diff --git a/riva/inc/wlan_hal_msg.h b/riva/inc/wlan_hal_msg.h
index 13ba704..68368a6 100644
--- a/riva/inc/wlan_hal_msg.h
+++ b/riva/inc/wlan_hal_msg.h
@@ -6540,6 +6540,7 @@
     LINK_LAYER_STATS_MEAS  = 40,
     MU_MIMO                = 41,
     EXTENDED_SCAN          = 42,
+    DYNAMIC_WMM_PS         = 43,
     MAX_FEATURE_SUPPORTED  = 128,
 } placeHolderInCapBitmap;
 
@@ -6564,6 +6565,7 @@
 #define IS_SCAN_OFFLOAD_SUPPORTED_BY_HOST (!!(halMsg_GetHostWlanFeatCaps(WLAN_SCAN_OFFLOAD)))
 #define IS_CH_SWITCH_V1_SUPPORTED_BY_HOST ((!!(halMsg_GetHostWlanFeatCaps(CH_SWITCH_V1))))
 #define IS_TDLS_SCAN_COEXISTENCE_SUPPORTED_BY_HOST ((!!(halMsg_GetHostWlanFeatCaps(TDLS_SCAN_COEXISTENCE))))
+#define IS_DYNAMIC_WMM_PS_SUPPORTED_BY_HOST ((!!(halMsg_GetHostWlanFeatCaps(DYNAMIC_WMM_PS))))
 
 tANI_U8 halMsg_GetHostWlanFeatCaps(tANI_U8 feat_enum_value);