wlan: add support for enhanced WMM-PS

add new configuration parameters in the driver
to support the enhanced WMM-PS implementation
in the firmware

CRs-Fixed: 706003
Change-Id: Ic86755c1be0cfbf4d755eb1bf5f01f60323e766f
diff --git a/CORE/WDI/CP/src/wlan_qct_wdi.c b/CORE/WDI/CP/src/wlan_qct_wdi.c
index f0a177a..f0bc1fe 100644
--- a/CORE/WDI/CP/src/wlan_qct_wdi.c
+++ b/CORE/WDI/CP/src/wlan_qct_wdi.c
@@ -187,6 +187,7 @@
 #else
     ,FEATURE_NOT_SUPPORTED          //42
 #endif
+   ,DYNAMIC_WMM_PS                 //43
 
 };
 
@@ -1368,6 +1369,10 @@
                           pCapStr += strlen("MU_MIMO");
                           break;
 
+                     case DYNAMIC_WMM_PS: snprintf(pCapStr, sizeof("DYNAMIC_WMM_PS"), "%s", "DYNAMIC_WMM_PS");
+                          pCapStr += strlen("DYNAMIC_WMM_PS");
+                          break;
+
                  }
                  *pCapStr++ = ',';
                  *pCapStr++ = ' ';