From: Johannes Berg Date: Wed, 16 Apr 2008 15:43:20 +0000 (+0200) Subject: mac80211: rework scanning to account for probe response/beacon difference X-Git-Tag: v2.6.26-rc1~1138^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b89b0f5e1313c8a5a039abeaa89248b6338d81;p=pandora-kernel.git mac80211: rework scanning to account for probe response/beacon difference This patch reworks the scanning code (ieee80211_rx_bss_info) to take more parameters from beacons and keep a BSS info structure alive when only beacons for it are received. This fixes a problem with iwlwifi drivers (where we don't understand the root cause of the problem yet) and another driver for some broken hardware (which cannot send probe requests unless associated, so can't always actively scan.) Signed-off-by: Bill Moss [jmberg: reformatted comments, make probe_resp a bool] Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed