diff --git a/fw/wlan_defs.h b/fw/wlan_defs.h index abb978c195..35018ed69b 100755 --- a/fw/wlan_defs.h +++ b/fw/wlan_defs.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2013-2016, 2018-2021 The Linux Foundation. All rights reserved. - * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -458,6 +458,10 @@ typedef struct { A_UINT32 low_5ghz_chan; A_UINT32 high_5ghz_chan; A_UINT32 wireless_modes_ext; /* REGDMN MODE ext */ + A_UINT32 low_2ghz_chan_ext; + A_UINT32 high_2ghz_chan_ext; + A_UINT32 low_5ghz_chan_ext; + A_UINT32 high_5ghz_chan_ext; } HAL_REG_CAPABILITIES; #ifdef NUM_SPATIAL_STREAM @@ -972,8 +976,7 @@ struct wlan_dbg_mem_stats { }; struct wlan_dbg_peer_stats { - - A_INT32 dummy; /* REMOVE THIS ONCE REAL PEER STAT COUNTERS ARE ADDED */ + A_INT32 dummy; /* REMOVE THIS ONCE REAL PEER STAT COUNTERS ARE ADDED */ }; /* @@ -1017,7 +1020,7 @@ typedef struct { * TEMPORARY: leave rssi_chain3 in place for AR900B builds until code using * rssi_chain3 has been converted to use wlan_dbg_rx_rate_info_v2_t. */ - A_UINT32 rssi_chain3; + A_UINT32 rssi_chain3; } wlan_dbg_rx_rate_info_v1b_t; #if defined(AR900B) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 8e1cd78da6..f9dab1c936 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -32134,6 +32134,10 @@ typedef struct { A_UINT32 phy_id; /* regdomain value specified in EEPROM */ A_UINT32 wireless_modes_ext; + A_UINT32 low_2ghz_chan_ext; /* freq in MHz */ + A_UINT32 high_2ghz_chan_ext; /* freq in MHz */ + A_UINT32 low_5ghz_chan_ext; /* freq in MHz */ + A_UINT32 high_5ghz_chan_ext; /* freq in MHz */ } WMI_HAL_REG_CAPABILITIES_EXT2; /* @@ -40573,7 +40577,7 @@ typedef struct { * Following this structure is the TLV: * - struct wmi_tid_to_link_map tid_to_link_map[]; * - struct wmi_peer_preferred_link_map peer_preferred_link_map[]; - * Note - TLV array of peer_preferred_link_map has either 0 or 1 + * Note - TLV array of peer_preferred_link_map has either 0 or 1 * entries, not multiple entries. */ } wmi_peer_tid_to_link_map_fixed_param; diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 24de0e6a2e..fe9a80d2a9 100644 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ -#define __WMI_REVISION_ 1267 +#define __WMI_REVISION_ 1268 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work