From: Sunil Dutt Date: Fri, 22 Jul 2016 15:22:29 +0000 (+0530) Subject: Assign QCA vendor attribute for setting TX fail count threshold X-Git-Tag: hostap_2_6~194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c34b9c2d239d804bb9b260da2ba34c3921d3787;p=thirdparty%2Fhostap.git Assign QCA vendor attribute for setting TX fail count threshold Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 6dad3698f..912d1e160 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -664,6 +664,10 @@ enum qca_wlan_vendor_attr_config { /* 8-bit unsigned value to configure the propagation delay for * 2G/5G band (0~63, units in us) */ QCA_WLAN_VENDOR_ATTR_CONFIG_PROPAGATION_DELAY, + /* Unsigned 32-bit value to configure the number of unicast TX fail + * packet count. The peer is disconnected once this threshold is + * reached. */ + QCA_WLAN_VENDOR_ATTR_CONFIG_TX_FAIL_COUNT, /* keep last */ QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,