[PATCH] mac80211: Don't stop tx queue on master device while scanning.
authorMattias Nissler <mattias.nissler@gmx.de>
Fri, 8 Jun 2007 13:31:13 +0000 (15:31 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 12 Jun 2007 00:29:11 +0000 (20:29 -0400)
commit14042cbefce4af12f7ca35d2604686154d803291
tree73290d21ef6d3f392b15adc02bf3fb05a251f7e8
parent0107136c04290ddd765adc568fe7a335d355d17e
[PATCH] mac80211: Don't stop tx queue on master device while scanning.

mac80211 stops the tx queues during scans. This is wrong with respect
to the master deivce tx queue, since stopping it prevents any probes
from being sent during the scan. Instead, they accumulate in the queue
and are only sent after the scan is finished, which is obviously
wrong.

Signed-off-by: Mattias Nissler <mattias.nissler@gmx.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_sta.c