From: Reinette Chatre Date: Wed, 9 Apr 2008 23:56:15 +0000 (-0700) Subject: mac80211: no BSS changes to driver from beacons processed during scanning X-Git-Tag: v2.6.26-rc1~1138^2~9^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d18ef29f34eb33099d387a327abe139f3915a829;p=pandora-kernel.git mac80211: no BSS changes to driver from beacons processed during scanning There is no need to send BSS changes to driver from beacons processed during scanning. We are more interested in beacons from an AP with which we are associated - these will still be used to send updates to driver as the beacons are received without scanning. This change·removes the requirement that bss_info_changed needs to be atomic. The beacons received during scanning are processed from a tasklet, but if we do not call bss_info_changed for these beacons there is no need for it to be atomic. This function (bss_info_changed) is called either from workqueue or ioctl in all other instances. Signed-off-by: Reinette Chatre Acked-by: Tomas Winkler Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed