wlan: Add HAL support to configure QPOWER

Add HAL support to configure QPOWER using vendor command

Change-Id: I16b2ce0f2ac57a905e3c770f7172ab867bf13a15
CRs-Fixed: 2221796
diff --git a/riva/inc/wlan_hal_msg.h b/riva/inc/wlan_hal_msg.h
index e245f0e..d0a83fb 100644
--- a/riva/inc/wlan_hal_msg.h
+++ b/riva/inc/wlan_hal_msg.h
@@ -629,6 +629,7 @@
    WLAN_HAL_FW_GET_ARP_STATS_RSP             = 357,
 
    WLAN_HAL_VOWIFI_IND                       = 360,
+   WLAN_HAL_QPOWER_ENABLE_BY_HOST_IND        = 361,
 
    WLAN_HAL_MSG_MAX = WLAN_HAL_MSG_TYPE_MAX_ENUM_SIZE
 }tHalHostMsgType;
@@ -8204,6 +8205,20 @@
      tHalVoWiFiIndParams voWiFiIndParams;
 } tHalVoWiFiInd, * tpHalVoWiFiInd;
 
+/*----------------------------------------------------------------
+       WLAN_HAL_QPOWER
+-----------------------------------------------------------------*/
+typedef PACKED_PRE struct PACKED_POST
+{
+     tANI_U8 enable;
+} tHalQpowerParams, *tpHalQpowerParams;
+
+typedef PACKED_PRE struct PACKED_POST
+{
+     tHalMsgHeader header;
+     tHalQpowerParams qpowerParams;
+} tHalQpower, * tpHalQpower;
+
 /*--------------------------------------------------------------------------
 * WLAN_HAL_LL_SET_STATS_REQ
 *---------------------------------------------------------------------------*/