From: Joerg Albert Date: Tue, 4 Aug 2009 23:52:07 +0000 (+0200) Subject: ath5k: fix missing output in monitor mode after ifconfig up X-Git-Tag: v2.6.32-rc1~703^2~367^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30eb4ab45211c2f27b6bb9b29124ac431e01ce9;p=pandora-kernel.git ath5k: fix missing output in monitor mode after ifconfig up 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed