DragonFly BSD
DragonFly commits List (threaded) for 2010-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - netif - temporary hack for IFT_ETHER


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 14 Aug 2010 12:14:59 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]