CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2021/03/17 09:34:21
Modified files: sys/dev/pci : if_iwn.c Log message: Make iwn(4) send block ack request frames with the firmware node which represents the AP, rather than the firmware's broadcast node. Fixes a problem where firmware would generate bogus block ack requests with a wrong starting sequence number, shifting the receiver's block ack window out of sync with that of the firmware. Traffic would stall until enough frames were sent to wrap sequence numbers of the block ack window. ok chris@ kmos@