diff --git a/wmi_unified_param.h b/wmi_unified_param.h index c09784b9ce..78e408618f 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -38,7 +38,11 @@ #define IEEE80211_ADDR_LEN 6 /* size of 802.11 address */ #define WMI_MAC_MAX_SSID_LENGTH 32 #define WMI_SCAN_MAX_NUM_SSID 0x0A +#ifndef CONFIG_HL_SUPPORT #define mgmt_tx_dl_frm_len 64 +#else +#define mgmt_tx_dl_frm_len 1532 +#endif #define WMI_SMPS_MASK_LOWER_16BITS 0xFF #define WMI_SMPS_MASK_UPPER_3BITS 0x7 #define WMI_SMPS_PARAM_VALUE_S 29