CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2020/05/05 03:41:33
Modified files: sys/dev/pci : if_iwn.c Log message: Revert parts of CVS commit Jdqd26bn9Ev6aFMc ("Fix processing of compressed block ack notifications sent by iwn(4) firmware"). This effectively reverts changes in how the driver interacts with firmware and fixes connections getting stuck for unknown reasons, in two known cases: One with an Airport Extreme 6th gen AP and another with a b-box 3V+ modem using a Sagemcom MAC address for its built-in AP. The Sagemcom case was observed by myself. The Airport case was reported by Jeremy O'Brien via abieber@. I am committing this now to prevent the problem from affecting 6.7 release even though we don't yet understand what caused the problem. ok mpi@