Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uathload/
H A Duathload.c64 #define UATH_MAX_FWBLOCK_SIZE 2048 macro
200 if (mlen > UATH_MAX_FWBLOCK_SIZE) in main()
201 mlen = UATH_MAX_FWBLOCK_SIZE; in main()
/freebsd/sys/dev/usb/wlan/
H A Dif_uathreg.h30 #define UATH_MAX_FWBLOCK_SIZE 2048 macro