CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2021/07/29 05:52:58
Modified files: sys/dev/pci : if_iwx.c if_iwxvar.h Log message: Fix "BAD COMMAND" errors with new iwx(4) firmware. Firmware API versions >= 50 reject old-style commands in group 0 with a "BAD_COMMAND" firmware error. We must pretend that such commands were in the LONG_GROUP instead in order for firmware to accept them. ok kevlo@