CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/02 07:17:53
Modified files:
sys/dev/pci : if_iwm.c if_iwmvar.h
Log message:
Remove iwm(4) 11n mode CCK Tx rate fallback.
This fallback was added in r1.235 because we disabled firmware-based
Tx retries in that commit. Firmware-based Tx retries were re-enabled
in r1.291 so manual fallback to CCK rates is no longer required since
the firmware will do this for us if needed (at a cost of a single retry).
