Browse Source

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
Madhvapathi Sriram 7 years ago
parent
commit
ba67be351e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      wmi_unified_param.h

+ 4 - 0
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