commit a532499b151f9ac936c37144992814597200ed73
Author: Imre Vadász <[email protected]>
Date:   Mon Jan 18 21:15:28 2016 +0100

    if_iwm: Fix up the rate control setup code.
    
    - Initialise rates in the order we want to use them.
    - The rate table was being initialised in low->high, but the link quality
      table was being initialised high->low. So, when we did a lookup, we
      would get the indexes wrong.
    
    Taken-From: FreeBSD (SVN r294248)

Summary of changes:
 sys/dev/netif/iwm/if_iwm.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a532499b151f9ac936c37144992814597200ed73


-- 
DragonFly BSD source repository

Reply via email to