CVSROOT: /cvs Module name: src Changes by: gne...@cvs.openbsd.org 2021/08/29 14:31:18
Modified files: sys/dev/pci : if_iwm.c if_iwx.c Log message: iwm/iwx: propagate errors out of iw{m,x}_set_bits_mask_prph routines This might help with troubleshooting "iwx0: acquiring device failed" errors. OK stsp@