git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c458bc5
)
ath5k: fix missing output in monitor mode after ifconfig up
author
Joerg Albert
<jal2@gmx.de>
Tue, 4 Aug 2009 23:52:07 +0000
(
01:52
+0200)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 14 Aug 2009 13:12:39 +0000
(09:12 -0400)
Let ath5k_chan_set() always call ath5k_reset().
This fixes the bug that we don't
get any packets in monitor mode after:
ifconfig wlan0 down
iwconfig wlan0 mode monitor channel 1
ifconfig wlan0 up
but they arrive after
iwconfig wlan0 channel 2
Signed-off-by: Joerg Albert <jal2@gmx.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found