CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/02/01 05:45:56
Modified files: sys/dev/ic : ar5008.c Log message: In athn(4), if multi-rate retry is disabled due to RTS being used, then do not tell rate scaling algos about failed retries. All attempts use the same rate anyway, so checking whether the frame succeeded or failed is good enough. ok mpi@