summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorService qcabuildsw <qcabuildsw@localhost>2017-03-22 12:55:02 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-22 12:55:02 -0700
commita57a8a975f7c03634f5ee64397208ead2c2cfc67 (patch)
tree4c37061212f6843a150486c4f908762395c433c4
parent770bc784123c615cb95ccb32cb6bb2f6ccb65ae3 (diff)
parentd418d4a1a12130d562fe4cd08673105ec3f9106c (diff)
Merge "fw-api: CL 2938621 - update fw common interface files" into wlan-api.lnx.1.1-dev
-rwxr-xr-xfw/wmi_unified.h5
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 6dc18221eb20..eb939fea8c97 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -17208,6 +17208,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 {
@@ -17227,6 +17229,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 */
@@ -17244,6 +17248,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/fw/wmi_version.h b/fw/wmi_version.h
index 44e30c77ea9d..1f81abcc9857 100755
--- a/fw/wmi_version.h
+++ b/fw/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