freebsd-dev/sys/dev/if_ndis
Weongyo Jeong db102f9a37 sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not
NDIS_TXPKTS and don't allocate unused extra spaces for sc->ndis_txarray
and sc->ndis_txpool.

PR:		kern/127644
Submitted by:	Antoine Pelisse <apelisse_at_gmail.com>
MFC after:	1 week
2008-10-04 04:15:39 +00:00
..
if_ndis_pccard.c Use strcasecmp() from libkern. 2007-04-06 11:21:01 +00:00
if_ndis_pci.c Remove compatibilty defines to simplify reading the code, this is around 10% of 2007-12-03 21:51:28 +00:00
if_ndis_usb.c finish removing usb_port.h macros. 2007-06-18 22:24:32 +00:00
if_ndis.c sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not 2008-10-04 04:15:39 +00:00
if_ndisvar.h sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not 2008-10-04 04:15:39 +00:00