Here's my v2 of suspend cutpower patches. v2: o fix ath6kl_cfg80211_stop() to clear connect flags o refactor sdio configuration to a separate function --- Kalle Valo (7): ath6kl: add aborted parameter to ath6kl_cfg80211_scan_complete_event() ath6kl: create ath6kl_cfg80211_stop() ath6kl: reset CONNECT_PEND and CONNECTED flags in ath6kl_cfg80211_stop() ath6kl: implement ath6kl_cfg80211_suspend() ath6kl: add state variable depicting hw/fw state ath6kl: refactor sdio configuration to a separate function ath6kl: cut power during suspend drivers/net/wireless/ath/ath6kl/cfg80211.c | 158 ++++++++++++++++++++++++++-- drivers/net/wireless/ath/ath6kl/cfg80211.h | 13 ++ drivers/net/wireless/ath/ath6kl/core.h | 11 ++ drivers/net/wireless/ath/ath6kl/debug.h | 1 drivers/net/wireless/ath/ath6kl/init.c | 4 + drivers/net/wireless/ath/ath6kl/main.c | 64 +---------- drivers/net/wireless/ath/ath6kl/sdio.c | 146 ++++++++++++++++++-------- drivers/net/wireless/ath/ath6kl/wmi.h | 4 + 8 files changed, 283 insertions(+), 118 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html