From: Kalle Valo Date: Tue, 13 Dec 2011 12:51:10 +0000 (+0200) Subject: ath6kl: remove a workaround from ath6kl_cfg80211_stop() X-Git-Tag: v3.3-rc1~182^2~44^2~72^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c97a31b002d34595f74d2cb0d8017c183e7157d4;p=pandora-kernel.git ath6kl: remove a workaround from ath6kl_cfg80211_stop() There's a workaround in ath6kl_cfg80211_stop() which emits disconnected even when sme_state was disconnected. This is legacy from the old staging driver and I can't repoduce the old problem anymore. I assume the bug got fixed while the driver was cleaned up so let's get rid of the hack. This makes it possible to call ath6kl_cfg80211_stop from ath6kl_close() which happens in a followup patch. Signed-off-by: Kalle Valo --- Reading git-diff-tree failed