From ba67be351e78ff043ba7d031f45e52697ec96e98 Mon Sep 17 00:00:00 2001 From: Madhvapathi Sriram Date: Fri, 20 Apr 2018 09:22:51 +0530 Subject: [PATCH] qcacmn: Add management frame over WMI support for HL transport QCN7605 requires Management frames to be transported over WMI. Enable this for HL transport too. Change-Id: I97551684224cf027beadb403ac2220fa355af986 CRs-Fixed: 2252391 --- wmi_unified_param.h | 4 ++++ 1 file changed, 4 insertions(+) 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