Assign QCA vendor attribute for setting TX fail count threshold
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
52fec3669c
commit
6c34b9c2d2
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue