From: Henry Zhangh Date: Fri, 22 Jan 2010 22:22:44 +0000 (-0800) Subject: iwlwifi: Fix A band scanning when associated X-Git-Tag: v2.6.34-rc1~233^2~421^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=220575f78fb0b8d2a1c41cd28115d52ae8d132ee;p=pandora-kernel.git iwlwifi: Fix A band scanning when associated This patch allows A band to be scanned when driver is associated to AP. Scan mechanism is that mac80211/cfg80211 requests driver to scan G band first and then immediately to scan A band. Original code require driver to wait for 2 seconds after any scan before another scan will be performed. This caused driver to service G band scan request from mac80211/cfg80211 but deny the A band scan request. Signed-off-by: Henry Zhangh Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed