mac80211: replace netif_tx_{start,stop,wake}_all_queues
authorJohn W. Linville <linville@tuxdriver.com>
Thu, 15 Oct 2009 19:10:16 +0000 (15:10 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 27 Oct 2009 20:48:18 +0000 (16:48 -0400)
Replace netif_tx_{start,stop,wake}_all_queues with the single-queue
equivalents (i.e. netif_{start,stop,wake}_queue).  Since we are down to
a single queue, these should peform slightly better.

Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found