From: Kalle Valo Date: Sun, 19 Apr 2009 05:47:19 +0000 (+0300) Subject: mac80211: fix beacon loss detection after scan X-Git-Tag: v2.6.30-rc4~68^2~25^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad935687dbe7307f5abd9e3f610a965a287324a9;p=pandora-kernel.git mac80211: fix beacon loss detection after scan Currently beacon loss detection triggers after a scan. A probe request is sent and a message like this is printed to the log: wlan0: beacon loss from AP 00:12:17:e7:98:de - sending probe request But in fact there is no beacon loss, the beacons are just not received because of the ongoing scan. Fix it by updating last_beacon after the scan has finished. Reported-by: Jaswinder Singh Rajput Signed-off-by: Kalle Valo Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed