From: John W. Linville Date: Thu, 15 Oct 2009 19:10:16 +0000 (-0400) Subject: mac80211: replace netif_tx_{start,stop,wake}_all_queues X-Git-Tag: v2.6.33-rc1~388^2~599^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53623f1a09c7a7d23b74f0f7d93dba0ebde1006b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed