sam 2008-01-26 22:35:57 UTC
FreeBSD src repository
Modified files:
sys/dev/wpi if_wpi.c
Log:
rx mbufs must have a pkthdr; use m_gethdr to populate the rx ring
(and while here correct the mbuf type)
Submitted by: Sam Banks <w0lfie at clear.net.nz>
MFC after: 1 week
Revision Changes Path
1.7 +1 -1 src/sys/dev/wpi/if_wpi.c