On Tue, Jun 12, 2018 at 03:05:40PM +0100, Patrick Welche wrote: > On Tue, Jun 12, 2018 at 03:02:26PM +0100, Patrick Welche wrote: > > That reminds me of: > > > > http://mail-index.netbsd.org/tech-net/2017/01/19/msg006248.html > > > > Some feedback would have been / would be nice... > > Instant feedback: > > + } else if (sc->mac_ver == 0x3070 && sc->mac_rev < 0x0201) { > > can't be right...
... but it's in the FreeBSD driver: https://svnweb.freebsd.org/base/head/sys/dev/usb/wlan/if_run.c?view=markup&pathrev=257955#l4608 Cheers, Patrick