svn commit: r295611 - head/sys/dev/usb/wlan
Hans Petter Selasky
hselasky at FreeBSD.org
Sun Feb 14 16:18:40 UTC 2016
Author: hselasky
Date: Sun Feb 14 16:18:39 2016
New Revision: 295611
URL: https://svnweb.freebsd.org/changeset/base/295611
Log:
Restore maximum number of host keys to 64.
Discussed with: adrian @ and avos @
Modified:
head/sys/dev/usb/wlan/if_rumreg.h
Modified: head/sys/dev/usb/wlan/if_rumreg.h
==============================================================================
--- head/sys/dev/usb/wlan/if_rumreg.h Sun Feb 14 14:23:56 2016 (r295610)
+++ head/sys/dev/usb/wlan/if_rumreg.h Sun Feb 14 16:18:39 2016 (r295611)
@@ -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 + \
More information about the svn-src-head
mailing list