git: if_iwm - Check for lar_disable tunable, and lar_enabled flag from NVM.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sat Oct 29 14:30:16 PDT 2016


commit 0593e39cb295aa996ecf789ed4990c3b255f1770
Author: Imre Vadász <imre at vdsz.com>
Date:   Sat Oct 29 21:58:40 2016 +0200

    if_iwm - Check for lar_disable tunable, and lar_enabled flag from NVM.
    
    * LAR can be disabled with the hw.iwm.lar.disable tunable now.
    
    * On Family 8000 devices we need to check the lar_enabled flag from
      nvm_data in addition to the TLV_CAPA_LAR_SUPPORT flag from the firmware.
    
    * Add a separate IWM_DEBUG_LAR debugging flag.
    
    Taken-From: Linux iwlwifi

Summary of changes:
 share/man/man4/iwm.4             |  5 +++-
 sys/dev/netif/iwm/if_iwm.c       | 65 ++++++++++++++++++++++++++++++++++------
 sys/dev/netif/iwm/if_iwm_debug.h |  1 +
 sys/dev/netif/iwm/if_iwmvar.h    |  1 +
 4 files changed, 62 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0593e39cb295aa996ecf789ed4990c3b255f1770


-- 
DragonFly BSD source repository



More information about the Commits mailing list