OpenBSD doesn't have this bug. They also use a different command number
here.
Reported by: gcc
Differential D48903
mtw: Fix mtw_mcu_radio() markj on Sat, Feb 8, 7:14 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions Acutally it looks like I mixed up some functions here, the radio cmd in OpenBSD is different (8 here and 20 in OpenBSD) as Mark noted. And we should also probably add a disable radio like here if (disable) { /* disable radio */ error = mtw_mcu_radio(sc, 0x30, 0x1); usbd_delay_ms(sc->sc_udev, 10); Comment Actions Would you like to handle this instead? I was just trying to fix the gcc build failure since it triggers mail from jenkins, but I have no way to test patches for this driver. |