|
@@ -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 {
|