git: if_iwm - Factor out firmware station handling into if_iwm_sta.c.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sun Oct 23 14:49:42 PDT 2016


commit 85d1c6190c4c3564b1a347f253e823aa95c202b2
Author: Imre Vadász <imre at vdsz.com>
Date:   Sun Oct 23 23:10:29 2016 +0200

    if_iwm - Factor out firmware station handling into if_iwm_sta.c.
    
    * This adds iwm_mvm_rm_sta(), which will be used to tear down firmware
      state for better/cleaner iwm_newstate() handling.
    
    * Makes iwm_enable_txq() and iwm_mvm_flush_tx_path() non-static, add
      the declarations to if_iwm_util.h for now.
    
    Taken-From: Linux iwlwifi

Summary of changes:
 sys/conf/files                  |   1 +
 sys/dev/netif/iwm/Makefile      |   1 +
 sys/dev/netif/iwm/if_iwm.c      | 142 +---------------
 sys/dev/netif/iwm/if_iwm_sta.c  | 356 ++++++++++++++++++++++++++++++++++++++++
 sys/dev/netif/iwm/if_iwm_sta.h  | 220 +++++++++++++++++++++++++
 sys/dev/netif/iwm/if_iwm_util.h |   3 +
 6 files changed, 584 insertions(+), 139 deletions(-)
 create mode 100644 sys/dev/netif/iwm/if_iwm_sta.c
 create mode 100644 sys/dev/netif/iwm/if_iwm_sta.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/85d1c6190c4c3564b1a347f253e823aa95c202b2


-- 
DragonFly BSD source repository



More information about the Commits mailing list