From: Thomas Pedersen Date: Wed, 16 May 2012 20:41:13 +0000 (-0700) Subject: ath6kl: issue wmi disconnect after notifying cfg80211 X-Git-Tag: v3.6-rc1~125^2~57^2~287^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a6664a6e4b45814ef6e3129842f3fd7e5d1117;p=pandora-kernel.git ath6kl: issue wmi disconnect after notifying cfg80211 ath6kl would issue a wmi disconnect command in response to a remote disconnect and return early without notifying cfg80211, only sending a cfg80211_disconnected (with reason code always 3) in response to the second disconnect firmware event. Pass the right reason code to cfg80211 on the first disconnect instead. This fixes at least one bug where a p2p client would stop trying to connect after receiving a stale RSN deauth which was reported to cfg80211 as GO leaving BSS. Signed-off-by: Thomas Pedersen Signed-off-by: Kalle Valo --- Reading git-diff-tree failed