linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: kvalo@qca.qualcomm.com
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 0/5] ath6kl: cut power when interface is down
Date: Sun, 30 Oct 2011 21:15:33 +0200	[thread overview]
Message-ID: <20111030190922.20466.299.stgit@localhost6.localdomain6> (raw)

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


             reply	other threads:[~2011-10-30 19:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-30 19:15 Kalle Valo [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111030190922.20466.299.stgit@localhost6.localdomain6 \
    --to=kvalo@qca.qualcomm.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).