CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2021/07/18 07:07:13
Modified files: sys/dev/pci : if_iwx.c Log message: Do not ask iwx(4) firmware to send probe requests on passive channels. This seems to fix a problem where firmware becomes unresponsive after association and eventually raises a fatal error. iwx(4) already has a workaround in place for this: We always ask firmware to perform a passive scan, on any channel. This change is a better fix from iwm(4) CVS commit jJFMeXcos9GOqFQz. However, the current workaround will stay in place for now, until we have evidence that active scanning is working on iwx(4) devices. I will try to organize an out-of-tree round of testing for this.