]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
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)
commit53623f1a09c7a7d23b74f0f7d93dba0ebde1006b
treeb057e1ce55e81191c0eb002dc146e9c788eb4a00
parente5e2647fd6ceef2cdc479954b84517535eb7febd
mac80211: replace netif_tx_{start,stop,wake}_all_queues

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>
net/mac80211/iface.c
net/mac80211/mlme.c
net/mac80211/scan.c