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

Commit 22d8de25 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I489296ac186928d03700893dc673e2089b72a409
WMI: DISABLE_AGGRESSIVE_TX PEER_PARAM and VENDER_OUI_ACTION defs
CRs-Fixed: 2262693
parent 17b8b3a6
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -10611,7 +10611,11 @@ typedef struct {
 * param_value = follow 11ax spec definition
 *               bit0:VHT(1), bit1:HE(1), bit2-31:A-Control
 */
#define WMI_PEER_RARAM_XMIT_OMI                         0x1c
#define WMI_PEER_PARAM_XMIT_OMI                         0x1c
#define WMI_PEER_RARAM_XMIT_OMI WMI_PEER_PARAM_XMIT_OMI /* alias due to prior typo */
/* Disable burst and assist */
#define WMI_PEER_PARAM_DISABLE_AGGRESSIVE_TX            0x1d
/** mimo ps values for the parameter WMI_PEER_MIMO_PS_STATE  */
#define WMI_PEER_MIMO_PS_NONE                          0x0
@@ -14027,6 +14031,9 @@ typedef enum
     */
    WMI_VENDOR_OUI_ACTION_CONNECTION_1X1_NUM_TX_RX_CHAINS_1 = 5,
    /* Disable burst and assist, and restrict A-MPDU size to 32 */
    WMI_VENDOR_OUI_ACTION_DISABLE_AGGRESSIVE_TX = 6,
    /* Add any action before this line */
    WMI_VENDOR_OUI_ACTION_MAX_ACTION_ID
} wmi_vendor_oui_action_id;
+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_ 606
#define __WMI_REVISION_ 607

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