]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit4c4aa0ffa49f0a35d7ae5fdb2234039eac865487
tree73290d21ef6d3f392b15adc02bf3fb05a251f7e8
parentcb66840b495d87613dab0e5b12397084399bd2ea
[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