Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c8535ec authored by spuligil's avatar spuligil
Browse files

fw-api: CL 21305800 - update fw common interface files

Change-Id: Ic5d3f754385bb1e505cf97e33e2cde531426716f
WMI: add [low,high] [2,5]ghz_chan_ext fields in HAL_REG_CAP structs
CRs-Fixed: 2262693
parent 76201f26
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
/*
 * 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,7 +976,6 @@ struct wlan_dbg_mem_stats {
};

struct wlan_dbg_peer_stats {

    A_INT32 dummy; /* REMOVE THIS ONCE REAL PEER STAT COUNTERS ARE ADDED */
};

+5 −1
Original line number Diff line number Diff line
@@ -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;
/*
+1 −1
Original line number Diff line number Diff line
@@ -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