wpi - Fix mbuf flags and kmalloc flags, plus refcount nodes.
authorJoe Talbott <josepht@dragonflybsd.org>
Mon, 12 Jul 2010 23:06:02 +0000 (19:06 -0400)
committerJoe Talbott <josepht@dragonflybsd.org>
Tue, 13 Jul 2010 01:33:37 +0000 (21:33 -0400)
commitf688ab3ea4e850ceee24ec9e065e2fa98af6c600
tree2c01e99bd743955f1b03508f690fdbc378ba7158
parent005cdb6a67d050afb4276ea677c330792b83f830
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
sys/dev/netif/wpi/if_wpi.c