Linux wireless drivers development
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: linux-wireless@vger.kernel.org
Subject: [PATCH v2 0/4] ath6kl: firmware log support
Date: Wed, 31 Aug 2011 14:09:09 +0300	[thread overview]
Message-ID: <20110831110650.19680.35966.stgit@localhost6.localdomain6> (raw)

These patches make possible to get firmware logs from hardware.

v2:

o fix ath6kl_fwlog_mask_write(), use kstrtou32_from_user()
o don't use ret uninitialised in ath6kl_diag_write()

---

Kalle Valo (4):
      ath6kl: add firmware log support
      ath6kl: implement support to set firmware log parameters
      ath6kl: cleanup diagnose window read and write functions
      ath6kl: read fwlog from firmware ring buffer


 drivers/net/wireless/ath/ath6kl/core.h   |   32 ++++-
 drivers/net/wireless/ath/ath6kl/debug.c  |  208 ++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath6kl/debug.h  |   13 ++
 drivers/net/wireless/ath/ath6kl/init.c   |   31 +---
 drivers/net/wireless/ath/ath6kl/main.c   |  169 ++++++++++++++++++------
 drivers/net/wireless/ath/ath6kl/target.h |   17 ++
 drivers/net/wireless/ath/ath6kl/wmi.c    |   20 +++
 drivers/net/wireless/ath/ath6kl/wmi.h    |    6 +
 8 files changed, 427 insertions(+), 69 deletions(-)


             reply	other threads:[~2011-08-31 11:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-31 11:09 Kalle Valo [this message]
2011-08-31 11:09 ` [PATCH v2 1/4] ath6kl: add firmware log support Kalle Valo
2011-08-31 11:09 ` [PATCH v2 2/4] ath6kl: implement support to set firmware log parameters Kalle Valo
2011-08-31 11:09 ` [PATCH v2 3/4] ath6kl: cleanup diagnose window read and write functions Kalle Valo
2011-08-31 11:09 ` [PATCH v2 4/4] ath6kl: read fwlog from firmware ring buffer Kalle Valo
2011-09-02  7:38 ` [PATCH v2 0/4] ath6kl: firmware log support 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=20110831110650.19680.35966.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