summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2016-02-14 16:18:39 +0000
committerhselasky <hselasky@FreeBSD.org>2016-02-14 16:18:39 +0000
commit494f15f6c6594d76b99544f84810ff9def092e65 (patch)
tree8d5e64331d52428bd3254a70f051f2470e251321 /sys/dev
parentd4f3e58ebfa3109da83658aa07dfb663ed4b6a72 (diff)
downloadFreeBSD-src-494f15f6c6594d76b99544f84810ff9def092e65.zip
FreeBSD-src-494f15f6c6594d76b99544f84810ff9def092e65.tar.gz
Restore maximum number of host keys to 64.
Discussed with: adrian @ and avos @
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/wlan/if_rumreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/wlan/if_rumreg.h b/sys/dev/usb/wlan/if_rumreg.h
index f1f1195..06c0a81 100644
--- a/sys/dev/usb/wlan/if_rumreg.h
+++ b/sys/dev/usb/wlan/if_rumreg.h
@@ -47,7 +47,7 @@
* H/w encryption/decryption support
*/
#define KEY_SIZE (IEEE80211_KEYBUF_SIZE + IEEE80211_MICBUF_SIZE)
-#define RT2573_ADDR_MAX (32 / RT2573_SKEY_MAX)
+#define RT2573_ADDR_MAX 64
#define RT2573_SKEY_MAX 4
#define RT2573_SKEY(vap, kidx) (0x1000 + ((vap) * RT2573_SKEY_MAX + \
OpenPOWER on IntegriCloud