CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/04 23:39:46
Modified files:
sys/dev/usb : if_athn_usb.c
Log message:
Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNEL
so there is no HostAP. athn_usb_newassoc() would return if not in HostAP mode
so just stub out the function and don't build the callback function for
the RAMDISK.
ok deraadt@
