From: Vasanthakumar Thiagarajan Date: Tue, 13 Dec 2011 11:49:57 +0000 (+0530) Subject: ath6kl: Use cfg80211_roamed_bss() to report roaming event X-Git-Tag: v3.4-rc1~177^2~112^2~357^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e13fd354a39d637df9b25edcb2964edf4a7c534;p=pandora-kernel.git ath6kl: Use cfg80211_roamed_bss() to report roaming event This is to avoid the scenario where the bss entry of the AP got expired when reporting roaming event to current AP. As the bss entry for the current bss is available in driver, pass this bss to cfg80211. This fixes WARNING: at net/wireless/sme.c:586. This patch depends on the following patch in cfg80211 "cfg80211: Fix race in bss timeout". Reported-by: Kalle Valo Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed