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

Commit b89f85ac authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I6dfbb85bb6ac0de360b7fa4a227dfcb230dd1bd2
WMI: tgt full BW probe support flag, enable/disable full BW probe
CRs-Fixed: 2262693
parent 71ccdcb4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
 * Copyright (c) 2011-2022 The Linux Foundation. All rights reserved.
 *
 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
 *
@@ -568,6 +568,7 @@ typedef enum {
    WMI_SERVICE_SPECTRAL_SESSION_INFO_SUPPORT = 316, /* Information corresponding to each Spectral scan session will be sent by the FW before the reports corresponding to that session are sent */
    WMI_SERVICE_PDEV_RATE_CONFIG_SUPPORT = 317, /* Support rate configurations per PDEV */
    MI_SERVICE_MLO_STA_NAN_NDI_SUPPORT = 318, /* FW support for NAN and NDP support with MLO STA */
    WMI_SERVICE_PROBE_ALL_BW_SUPPORT = 319, /* FW support to probe on higher BW even if the probe fails on lower BW - IOT issue */

    WMI_MAX_EXT2_SERVICE

+4 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2010-2021 The Linux Foundation. All rights reserved.
 * Copyright (c) 2010-2022 The Linux Foundation. All rights reserved.
 *
 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
 *
@@ -8026,6 +8026,9 @@ typedef enum {
     *  16-32| maximum probe time for alternate NSS
     */
    WMI_PDEV_PARAM_MIN_MAX_NSS_PROBE_INTERVAL,
    /* Param to enable/disable probing on all BW */
    WMI_PDEV_PARAM_EN_PROBE_ALL_BW,
} WMI_PDEV_PARAM;
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2022 The Linux Foundation. All rights reserved.
 *
 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
 *
@@ -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_ 1101
#define __WMI_REVISION_ 1102

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