The following series changes interface handling so that power is cut from the chip whenever interface is down compared to the current situation when the harware is powered all the time since module is loaded. I'm not really sure if this is going be the final implementation but I'll send this for review anyway. I structured the code so that it's easy to go back to the old functionality if we so desire. Also I need to solve support for multivif. Currently these patches work as there's only one vif. --- Kalle Valo (5): ath6kl: create ath6kl_hif_stop() ath6kl: power down hardware when interface is down ath6kl: fix WLAN_ENABLE usage in ath6kl_close() ath6kl: print firmware crashes always ath6kl: print seqno in htc debug logs drivers/net/wireless/ath/ath6kl/bmi.c | 5 ++ drivers/net/wireless/ath/ath6kl/bmi.h | 2 + drivers/net/wireless/ath/ath6kl/core.h | 5 +- drivers/net/wireless/ath/ath6kl/hif-ops.h | 7 ++ drivers/net/wireless/ath/ath6kl/hif.c | 69 ++++++++++++++++++++-- drivers/net/wireless/ath/ath6kl/hif.h | 1 drivers/net/wireless/ath/ath6kl/htc.c | 14 +++-- drivers/net/wireless/ath/ath6kl/init.c | 90 ++++++++++------------------- drivers/net/wireless/ath/ath6kl/main.c | 25 ++++++-- drivers/net/wireless/ath/ath6kl/sdio.c | 45 +++++++++++++++ 10 files changed, 187 insertions(+), 76 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