linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ath6kl: cut power when interface is down
@ 2011-10-30 19:15 Kalle Valo
  2011-10-30 19:15 ` [PATCH 1/5] ath6kl: create ath6kl_hif_stop() Kalle Valo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Kalle Valo @ 2011-10-30 19:15 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

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(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-11-01  6:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-30 19:15 [PATCH 0/5] ath6kl: cut power when interface is down Kalle Valo
2011-10-30 19:15 ` [PATCH 1/5] ath6kl: create ath6kl_hif_stop() Kalle Valo
2011-10-30 19:16 ` [PATCH 2/5] ath6kl: power down hardware when interface is down Kalle Valo
2011-10-30 19:16 ` [PATCH 3/5] ath6kl: fix WLAN_ENABLE usage in ath6kl_close() Kalle Valo
2011-10-30 19:16 ` [PATCH 4/5] ath6kl: print firmware crashes always Kalle Valo
2011-10-30 19:16 ` [PATCH 5/5] ath6kl: print seqno in htc debug logs Kalle Valo
2011-11-01  6:06 ` [PATCH 0/5] ath6kl: cut power when interface is down Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).