git: if_iwm - Sync IWM_MVM_ALIVE waiting and start_fw handling with iwlwifi.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Fri Sep 23 15:45:28 PDT 2016


commit a7697ea01c11fd493aec52260a02f31df680eb91
Author: Imre Vadász <imre at vdsz.com>
Date:   Fri Sep 23 19:09:13 2016 +0200

    if_iwm - Sync IWM_MVM_ALIVE waiting and start_fw handling with iwlwifi.
    
    * Use the notification wait API, like it's done in the Linux iwlwifi code,
      to wait for the IWM_MVM_ALIVE notification.
    
    * This also should fix some firmware load interrupt issues, and errors
      in the nic lock using.
    
    Taken-From: Linux iwlwifi

Summary of changes:
 sys/dev/netif/iwm/if_iwm.c    | 362 +++++++++++++++++++++++++++---------------
 sys/dev/netif/iwm/if_iwmreg.h |  16 +-
 sys/dev/netif/iwm/if_iwmvar.h |  21 ++-
 3 files changed, 251 insertions(+), 148 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list