From: Christian Lamparter Date: Sun, 19 Jul 2009 20:09:32 +0000 (+0200) Subject: mac80211: do not monitor the connection while scanning X-Git-Tag: v2.6.32-rc1~703^2~544^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99d02483a40b9410d8a7af3b653ebc3f106280f;p=pandora-kernel.git mac80211: do not monitor the connection while scanning mac80211 constantly monitors the connection to the associated AP in order to check if it is out of reach/dead. This is absolutely fine most of the time. Except when there is a scheduled scan for the whole neighborhood. After all this path could trigger while scanning on different channel. Or even worse: this AP probing triggers a WARN_ON in rate_lowest_index when the scan code did a band transition! ( http://www.kerneloops.org/raw.php?rawid=449304 ) Reported-by: Larry Finger Signed-off-by: Christian Lamparter Tested-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed