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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user