mac80211: use wake_queue to restart trasmit
commit7a8fa3e16202fc5caec6787b4f394aecca7dc17a
authorRajkumar Manoharan <rmanoharan@atheros.com>
Fri, 29 Apr 2011 09:18:45 +0000 (29 14:48 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Jun 2011 00:31:46 +0000 (3 09:31 +0900)
tree7889ee600f6d17b37d15448c4165b17db79dc3e7
parenta46053ab736c81bcfc442f9ca44317d64159dfb3
mac80211: use wake_queue to restart trasmit

commit 470ab2a23b453518ac86937572b4531d8925ca55 upstream.

netif_tx_start_all_queues is used to allow the upper layer
to transmit frames but it does not restart transmission.
To restart the trasmission use netif_tx_wake_all_queues.
Not doing so, sometimes stalls the transmission and the
application has to be restarted to proceed further.

This issue was originally found while sending udp traffic
in higer bandwidth in open environment without bgscan.

Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/mac80211/mlme.c