netdev: Kill NETIF_F_MULTI_QUEUE.
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2008 08:52:12 +0000 (01:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jul 2008 02:21:03 +0000 (19:21 -0700)
There is no need for a feature bit for something that
can be tested by simply checking the TX queue count.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found