fw-api: CL 12538596 - update fw common interface files
WMI_VDEV_PARAM_PROHIBIT_DATA_MGMT, SPLIT_PAS_CH + ADAPT SCAN flag defs Change-Id: Ib435b8f07f26eb74a3490ab81e4c62c2fb9e566a CRs-Fixed: 2262693
Цей коміт міститься в:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2010-2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2010-2021 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
||||
*
|
||||
@@ -7162,7 +7162,11 @@ typedef enum {
|
||||
/* Param to enable per USERPD SSR - for MultiPD enabled chips */
|
||||
WMI_PDEV_PARAM_MPD_USERPD_SSR,
|
||||
|
||||
/* Param to disable Hardware Assist feature */
|
||||
/*
|
||||
* Param to disable Hardware Assist feature,
|
||||
* i.e. Disables HW feature that reconstructs the PPDU
|
||||
* by picking failing MPDUs from prior FES attempt.
|
||||
*/
|
||||
WMI_PDEV_PARAM_DISABLE_HW_ASSIST,
|
||||
|
||||
} WMI_PDEV_PARAM;
|
||||
@@ -12029,6 +12033,9 @@ typedef enum {
|
||||
*/
|
||||
WMI_VDEV_PARAM_NON_DATA_HE_RANGE_EXT, /* 0xA5 */
|
||||
|
||||
/** Prohibit data & mgmt except keepalive pkt */
|
||||
WMI_VDEV_PARAM_PROHIBIT_DATA_MGMT, /* 0xA6 */
|
||||
|
||||
|
||||
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
|
||||
* The below vdev param types are used for prototyping, and are
|
||||
@@ -28750,6 +28757,10 @@ typedef enum {
|
||||
#define WLM_FLAGS_PS_SET_PCIE_L11_ENABLE(flag, val) WMI_SET_BITS(flag, 19, 1, val)
|
||||
#define WLM_FLAGS_PS_IS_PHYRF_PS_ENABLED(flag) WMI_GET_BITS(flag, 20, 1)
|
||||
#define WLM_FLAGS_PS_SET_PHYRF_PS_ENABLE(flag, val) WMI_SET_BITS(flag, 20, 1, val)
|
||||
#define WLM_FLAGS_SCAN_IS_SPLIT_PAS_CH_ENABLED(flag) WMI_GET_BITS(flag, 21, 1)
|
||||
#define WLM_FLAGS_SCAN_SET_SPLIT_PAS_CH_ENABLE(flag, val) WMI_SET_BITS(flag, 21, 1, val)
|
||||
#define WLM_FLAGS_SCAN_IS_ADAPT_SCAN_ENABLED(flag) WMI_GET_BITS(flag, 22, 1)
|
||||
#define WLM_FLAGS_SCAN_SET_ADAPT_SCAN_ENABLE(flag, val) WMI_SET_BITS(flag, 22, 1, val)
|
||||
|
||||
typedef struct {
|
||||
/** TLV tag and len; tag equals
|
||||
|
@@ -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_ 949
|
||||
#define __WMI_REVISION_ 950
|
||||
|
||||
/** The Version Namespace should not be normally changed. Only
|
||||
* host and firmware of the same WMI namespace will work
|
||||
|
Посилання в новій задачі
Заблокувати користувача