CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2020/04/27 02:02:24
Modified files: sys/dev/pci : if_iwn.c if_iwnvar.h Log message: Fix processing of compressed block ack notifications sent by iwn(4) firmware. Fix wrong assumptions about what the data in these notifications is supposed to represent, and actually piece information about individual subframes of aggregated frames (A-MPDUs) back together when reporting to MiRA, rather than reporting unrelated subframes to MiRA individually. Testing by cwen@, Josh Grosse, f.holop, benno@ ok jmatthew@