netif: Use ether_ioctl() to handle SIOCSIFADDR
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 26 Feb 2012 14:02:27 +0000 (22:02 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 26 Feb 2012 14:04:45 +0000 (22:04 +0800)
commit1267e20ace6533a33d9e2fec92216e7be67e4eee
tree0dd1b7386c4841564102497e3b1cee403227c6b5
parent8b04ed512f81f2d09be3b05c6fe4dea508808d57
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
sys/dev/netif/de/if_de.c
sys/dev/netif/e1000/if_igb.c
sys/netproto/802_11/wlan/ieee80211_ioctl.c