git: if_iwm - Partly sync if_iwm_binding.c to Linux iwlwifi code.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sun Oct 16 12:19:40 PDT 2016


commit f16ef74977e51e1bfc7a625dd18b98b02158e0e5
Author: Imre Vadász <imre at vdsz.com>
Date:   Sun Oct 16 20:55:13 2016 +0200

    if_iwm - Partly sync if_iwm_binding.c to Linux iwlwifi code.
    
    * Store macid and color values in struct iwm_vap, to avoid hardcoded
      constants a bit.
    
    * Add iwm_mvm_binding_remove_vif() function (will be used in disconnecting
      from an access point without resetting the whole device).
    
    * Not adding code from Linux iwlwifi yet, to handle one PHY context to
      be bound to several VAPs/virtual-interfaces, it's definitely not needed
      in the near future.
    
    Taken-From: Linux iwlwifi

Summary of changes:
 sys/dev/netif/iwm/if_iwm.c            |  11 ++--
 sys/dev/netif/iwm/if_iwm_binding.c    | 118 ++++++++++++++++++++++------------
 sys/dev/netif/iwm/if_iwm_binding.h    |   4 +-
 sys/dev/netif/iwm/if_iwm_mac_ctxt.c   |   5 +-
 sys/dev/netif/iwm/if_iwm_power.c      |   5 +-
 sys/dev/netif/iwm/if_iwm_time_event.c |   8 +--
 sys/dev/netif/iwm/if_iwm_time_event.h |   2 +-
 sys/dev/netif/iwm/if_iwmvar.h         |   3 +
 8 files changed, 100 insertions(+), 56 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list