summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_rumvar.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2015-10-03 22:22:26 +0000
committeradrian <adrian@FreeBSD.org>2015-10-03 22:22:26 +0000
commit812c6ab44f6666cb5b2f53df16214767b465cce2 (patch)
treea9a310ac6eb78dacebbffaa9c57a95ed2db0bec6 /sys/dev/usb/wlan/if_rumvar.h
parent46ca1c7093090a3929247a871f50492dd386d9d2 (diff)
downloadFreeBSD-src-812c6ab44f6666cb5b2f53df16214767b465cce2.zip
FreeBSD-src-812c6ab44f6666cb5b2f53df16214767b465cce2.tar.gz
rum(4): set short/long retry limits
Now device will use retry limit, which is set via 'ifconfig <interface> maxretry <number>'. Tested: * Tested on WUSB54GC, STA mode. Submitted by: <s3erios@gmail.com> Differential Revision: https://reviews.freebsd.org/D3689
Diffstat (limited to 'sys/dev/usb/wlan/if_rumvar.h')
-rw-r--r--sys/dev/usb/wlan/if_rumvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_rumvar.h b/sys/dev/usb/wlan/if_rumvar.h
index a7c34b8..4ca0502 100644
--- a/sys/dev/usb/wlan/if_rumvar.h
+++ b/sys/dev/usb/wlan/if_rumvar.h
@@ -92,6 +92,7 @@ struct rum_vap {
struct mbuf *bcn_mbuf;
struct usb_callout ratectl_ch;
struct task ratectl_task;
+ uint8_t maxretry;
int (*newstate)(struct ieee80211vap *,
enum ieee80211_state, int);
OpenPOWER on IntegriCloud