CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2014/01/18 08:18:01
Modified files: sys/dev/usb : if_mos.c Log message: Make mos(4) pass received broadcast frames explicitly if not in promiscuous mode. Fixes a problem with initiating connections to a mos(4) interface. Reported by Petr Hoffmann on bugs@. ok sthen