git: netif: Use ether_ioctl() to handle SIOCSIFADDR

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sun Feb 26 06:05:21 PST 2012


commit 1267e20ace6533a33d9e2fec92216e7be67e4eee
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sun Feb 26 22:02:27 2012 +0800

    netif: Use ether_ioctl() to handle SIOCSIFADDR
    
    DragonFly's SIOCSIFADDR handling in ether_ioctl() already has unnecessary
    if_init avoidance processing; no need to reinvent the wheel

Summary of changes:
 sys/dev/netif/de/if_de.c                   |   37 +----------------------
 sys/dev/netif/e1000/if_igb.c               |   25 ---------------
 sys/netproto/802_11/wlan/ieee80211_ioctl.c |   46 ----------------------------
 3 files changed, 1 insertions(+), 107 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1267e20ace6533a33d9e2fec92216e7be67e4eee


-- 
DragonFly BSD source repository





More information about the Commits mailing list