diff options
| author | gaolez <gaolez@codeaurora.org> | 2017-04-17 16:08:03 +0800 |
|---|---|---|
| committer | gaolez <gaolez@codeaurora.org> | 2017-04-17 16:09:16 +0800 |
| commit | 1f2c0318fa1733c2a9cb463efa5ae0da72ba5341 (patch) | |
| tree | b4194144fb1e9051c8c9c5de6d16297b36c6a95d | |
| parent | 9614b12b80a608ecdc25df461046928707887ded (diff) | |
qcacld-2.0: CL 2938621 - update fw common interface files
add pdev_id, vdev_id to WMI atf/bwf_peer_info msgs
Change-Id: I4120052964f44984a18e4513505c4ff4aaeb7671
CRs-fixed: 865207
| -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 |
