CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2021/07/08 11:14:08

Modified files:
        sys/dev/pci    : if_iwm.c if_iwmreg.h if_iwmvar.h 

Log message:
Support MCC update response used by newer iwm(4) firmware, and verify
the size of the response we receive for MCC_UPDATE commands (even
though we aren't doing anything with this response yet).

With the correct expected response length this time. The driver needs
to expect the maximum response size, not sizeof() the response struct.
The actual response size depends on the number of channels stored
in the "world" regulatory profile of the device.

ok sthen@

Reply via email to