From: Pavel Roskin Date: Thu, 6 Aug 2009 08:52:42 +0000 (-0400) Subject: cfg80211: fix disassociation warning due to misuse of wdev->current_bss X-Git-Tag: v2.6.32-rc1~703^2~367^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b935df01ed4f0848f29b1e39c4f95d87b0206dea;p=pandora-kernel.git cfg80211: fix disassociation warning due to misuse of wdev->current_bss WARN_ON was triggered at mlme.c:213 when dissociating from an AP. wdev->current_bss->pub.bssid should be used in place of wdev->current_bss for BSSID comparison. Signed-off-by: Pavel Roskin Reviewed-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed