CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/08/26 11:12:01
Modified files:
sys/dev/pci : if_iwm.c if_iwx.c
Log message:
Reset the Rx block ack session counter when an iwm/iwx interface disassociates
from an access point or is put down via ifconfig. Otherwise new Rx block ack
sessions could be refused upon reassociation due to a bogus counter value.
Found by zxystd from the OpenIntelWireless project (drivers for macOS).
Testing by jmc@, kevlo@, and Sven Falempin.
ok phessler@ mpi@ kevlo@