Home
last modified time | relevance | path

Searched refs:ATH_KEYMAX (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dathvar.h86 #define ATH_KEYMAX 128 /* max key cache size we handle */ macro
87 #define ATH_KEYBYTES (ATH_KEYMAX/NBBY) /* storage space in bytes */
H A Dath.c334 if (sc->sc_keymax > ATH_KEYMAX) { in ath_attach()
336 ATH_KEYMAX, sc->sc_keymax); in ath_attach()
337 sc->sc_keymax = ATH_KEYMAX; in ath_attach()