CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/09 15:36:50
Modified files:
sys/dev/pci : if_iwm.c
Log message:
When I removed CCK fallback from iwm(4) I accidentally left an else-if block
in place which should have been deleted entirely. As a result firmware-based
retries weren't being used in 11n mode anymore. Fix this.
I really shouldn't be committing non-trivial changes without OK...
