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

Commit a2719edf authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I7bd60aa1adaaaecca306fcfbcf2e28104f1f28b9
WMI: add mid_5mhz_bins field to pdev_sscan_fft_bin_index struct
CRs-Fixed: 2262693
parent d268c5f6
Loading
Loading
Loading
Loading
+26 −12
Original line number Diff line number Diff line
@@ -5765,6 +5765,12 @@ typedef struct {
#define WMI_SSCAN_SEC80_END_BIN_GET(sec80_bins)          WMI_GET_BITS(sec80_bins, 16, 16)
#define WMI_SSCAN_SEC80_END_BIN_SET(sec80_bins, value)   WMI_SET_BITS(sec80_bins, 16, 16, value)
/* 5MHz bin values */
#define WMI_SSCAN_MID_5MHZ_START_BIN_GET(mid_5mhz_bins)        WMI_GET_BITS(mid_5mhz_bins, 0, 16)
#define WMI_SSCAN_MID_5MHZ_START_BIN_SET(mid_5mhz_bins, value) WMI_SET_BITS(mid_5mhz_bins, 0, 16, value)
#define WMI_SSCAN_MID_5MHZ_END_BIN_GET(mid_5mhz_bins)          WMI_GET_BITS(mid_5mhz_bins, 16, 16)
#define WMI_SSCAN_MID_5MHZ_END_BIN_SET(mid_5mhz_bins, value)   WMI_SET_BITS(mid_5mhz_bins, 16, 16, value)
typedef struct {
    A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_sscan_fw_cmd_fixed_param */
    A_UINT32 pdev_id;
@@ -5806,6 +5812,14 @@ typedef struct {
     * will be filled.
     */
    A_UINT32 sec80_bins;
    /**
     * Bit 15 -  0 : 5Mhz start bin number
     * Bit 31 - 16 : 5Mhz end bin number
     * Refer to WMI_SSCAN_MID_5MHZ_[START,END]_BIN_[GET,SET] macros.
     * Only for Restricted 160(80+80 or 165), otherwise 0.
     */
    A_UINT32 mid_5mhz_bins;
} wmi_pdev_sscan_fft_bin_index;
#define WMI_BEACON_CTRL_TX_DISABLE  0
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,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_ 828
#define __WMI_REVISION_ 829

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work