git: wpi - Fix mbuf flags and kmalloc flags, plus refcount nodes.

Joe Talbott josepht at crater.dragonflybsd.org
Mon Jul 12 18:34:48 PDT 2010


commit f688ab3ea4e850ceee24ec9e065e2fa98af6c600
Author: Joe Talbott <josepht at dragonflybsd.org>
Date:   Mon Jul 12 19:06:02 2010 -0400

    wpi - Fix mbuf flags and kmalloc flags, plus refcount nodes.
    
    Use MB_xxx flags to mbuf API calls rather than M_xxx.
    
    Don't use M_NOWAIT in kmalloc() calls.
    
    Bring in some ieee80211_node reference counting as discussed on
    the FreeBSD-Current mailing list recently.
    
    http://docs.freebsd.org/cgi/getmsg.cgi?fetch=178502+0+current/freebsd-current
    
    Discussed-With: dillon

Summary of changes:
 sys/dev/netif/wpi/if_wpi.c |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f688ab3ea4e850ceee24ec9e065e2fa98af6c600


-- 
DragonFly BSD source repository





More information about the Commits mailing list