Revert "niu: Add support for byte queue limits."
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Jun 2012 07:28:16 +0000 (00:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2012 16:03:46 +0000 (09:03 -0700)
commit43d950abdab622bf97d0a0c233809f88a3eb6240
treebe08e1b3f5dac0f1a8bb8b7af8fcb7c11a2a420e
parent019984b4454af824ff1c23aa6f53010b54b5c683
Revert "niu: Add support for byte queue limits."

[ Upstream commit 6a2b28ef036ab5c66fdc606fe97d9e5cb34ea409 ]

This reverts commit efa230f2c68abab817f13473077f8d0cc74f43f3.

BQL doesn't work with how this driver currently only takes TX
interrupts every 1/4 of the TX ring.  That behavior needs to be fixed,
but that's a larger non-trivial task and for now we have to revert
BQL support as this makes the device currently completely unusable.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/sun/niu.c