kernel - netif - temporary hack for IFT_ETHER
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 14 Aug 2010 19:10:39 +0000 (12:10 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 14 Aug 2010 19:12:07 +0000 (12:12 -0700)
commit7e39593549a460369e7be716ca160d20932105fd
tree85730495a8f5a85cce9404d4addefb2af07235a6
parent3adc52bcc8de8b33dc907dbde6a8c82fda056f93
kernel - netif - temporary hack for IFT_ETHER

* Temporarily hack if_alloc() to allocate a struct arpcom instead of a
  struct ifnet when IFT_ETHER is passed in, until we can adjust all the
  drivers to use the ifnet->if_l2com API.

Reported-by: Johannes Hofmann <johannes.hofmann@gmx.de>
sys/net/if.c
sys/netproto/802_11/wlan/ieee80211.c