• Don Fry's avatar
    [PATCH] pcnet32: fix boundary comparison bug. · e932fecf
    Don Fry authored
    This patch fixes a boundary condition.  It is possible to get an
    interrupt and have the transmit queue completely full.  Without this
    the driver will leak skb's and pci maps (if the arch supports them).
    e932fecf
pcnet32.c 69.5 KB