From: Jouni Malinen Date: Mon, 19 Sep 2011 16:14:59 +0000 (+0300) Subject: ath6kl: Fix BSS update on roaming X-Git-Tag: v3.2-rc1~129^2~104^2^2~14^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01cac476a4bb07b5b6f205b15809e0a845574653;p=pandora-kernel.git ath6kl: Fix BSS update on roaming This fixes the BSS "update" just before the connected or roamed event. The previous implementation was completely broken: it forced a hardcoded signal strength and IEs from Association _Request_ frame instead of any Beacon information. This broke various things, including PMKSA caching. The current workaround for creating a dummy BSS entry before the roamed event is not exactly ideal, but that is quite a bit better than the previous state. As a future improvement, cfg80211 could potentially be extended to allow this type of use or ath6kl could delay sending the roamed event before receiving a BSS info event. Signed-off-by: Jouni Malinen Signed-off-by: Kalle Valo --- Reading git-diff-tree failed