CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/03/02 15:12:57
Modified files:
sys/dev/pci : if_iwm.c
Log message:
sc_fixed_ridx is initialised to 0 but tested as it it were initialised
to -1. The result of this is tx frames were always sent out at fixed
rate 0 instead of ni_txrate.
Match the iwn behaviour and test ic_fixed_rate for -1 instead.
Problem spotted by kettenis@ in an earlier diff.
ok kettenis@ stsp@
