From: Zhang Qian Date: Wed, 8 Nov 2017 08:49:04 +0000 (+0800) Subject: Add new QCA vendor attribute for LL stats X-Git-Tag: hostap_2_7~852 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27987b67faf782845a4672525d8778030406c587;p=thirdparty%2Fhostap.git Add new QCA vendor attribute for LL stats A new vendor attribute QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_PENDING_MSDU is added for vendor sub-command QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET. This attribute is for pending MSDUs corresponding to respective AC. Signed-off-by: Zhang Qian --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 233d0e3dc..26b5e746c 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -2587,6 +2587,11 @@ enum qca_wlan_vendor_attr_ll_stats_results { /* Unsigned 32 bit value */ QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_PPDU_FAIL_CNT = 82, + /* Unsigned int 32 value. + * Pending MSDUs corresponding to respective AC. + */ + QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_PENDING_MSDU = 83, + /* keep last */ QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX =