看板 DFBSD_commit 關於我們 聯絡資訊
commit 7e39593549a460369e7be716ca160d20932105fd Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Aug 14 12:10:39 2010 -0700 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> Summary of changes: sys/net/if.c | 11 ++++++++++- sys/netproto/802_11/wlan/ieee80211.c | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7e39593549a460369e7be716ca160d20932105fd -- DragonFly BSD source repository