Skip to content

Commit

Permalink
qcacmn: Add time slice duty cycle attribute into QCA vendor command
Browse files Browse the repository at this point in the history
Add a new attribute into qca_wlan_vendor_attr_ll_stats_results to
support getting interface time slicing duty cycle info.

Change-Id: If6a34cd298c1cb41e0e29a24f2336eed76b98329
CRs-Fixed: 3020795
Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
  • Loading branch information
Yu Ouyang authored and dakkshesh07 committed Oct 7, 2023
1 parent 826b1f8 commit 209a8f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/staging/qca-wifi-host-cmn/os_if/linux/qca_vendor.h
Original file line number Diff line number Diff line change
Expand Up @@ -2405,6 +2405,10 @@ enum qca_wlan_vendor_attr_ll_stats_results {
QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_SUCC_CNT = 81,
QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_FAIL_CNT = 82,

/* u8 value representing the time slicing duty cycle percentage.
* Possible values are 0-100.
*/
QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_TS_DUTY_CYCLE = 87,
/* keep last */
QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST,
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX =
Expand Down

0 comments on commit 209a8f0

Please sign in to comment.