Date: Sun, 14 Feb 2016 16:18:39 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r295611 - head/sys/dev/usb/wlan Message-ID: <201602141618.u1EGIdvP097905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 + \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602141618.u1EGIdvP097905>