diff options
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 5 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index a8640d0759d7..1f7652270153 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -17381,6 +17381,8 @@ typedef struct { A_UINT32 atf_units; /* Based on 1 part in 1000 (per mille) */ A_UINT32 atf_groupid; /* Group Id of the peers for ATF SSID grouping */ A_UINT32 atf_units_reserved; /* Peer congestion threshold for future use */ + A_UINT32 vdev_id; + A_UINT32 pdev_id; } wmi_atf_peer_info; typedef struct { @@ -17400,6 +17402,8 @@ typedef struct { A_UINT32 bwf_guaranteed_bandwidth; /* BWF guaranteed_bandwidth for the peers in mbps */ A_UINT32 bwf_max_airtime; /* BWF Maximum airtime percentage that can be allocated to the peer to meet the guaranteed_bandwidth */ A_UINT32 bwf_peer_priority; /* BWF priority of the peer to allocate the tokens dynamically */ + A_UINT32 vdev_id; + A_UINT32 pdev_id; } wmi_bwf_peer_info; /* Structure for Bandwidth Fairness peer request */ @@ -17417,6 +17421,7 @@ typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_atf_request_fixed_param */ A_UINT32 vdev_id; A_UINT32 peer_atf_units; /* Per peer ATF units (per mille). */ + A_UINT32 pdev_id; } wmi_vdev_atf_request_fixed_param; typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index f20213fb8783..e352e5fe787d 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/wmi_version.h @@ -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_ 368 +#define __WMI_REVISION_ 369 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
