From: Sujith Manoharan <sujith@msujith.org>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org, ath9k-devel@qca.qualcomm.com
Subject: [PATCH v2 00/10] ath9k patches
Date: Thu, 2 Oct 2014 06:33:10 +0530 [thread overview]
Message-ID: <1412211800-24344-1-git-send-email-sujith@msujith.org> (raw)
From: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Pending MCC fixes, rebased over -rc7.
Sujith Manoharan (10):
ath: Add support for tracing
ath9k: Print RoC expiration
ath9k: Check pending frames properly
ath9k: Fix pending frame check
ath9k: Remove duplicate code
ath9k: Fix queue handling in flush()
ath9k: Pass context to ath9k_chanctx_wake_queues()
ath9k: Add ath9k_chanctx_stop_queues()
ath9k: Fix queue handling for channel contexts
ath9k: Fix flushing in MCC mode
drivers/net/wireless/ath/Kconfig | 8 ++++
drivers/net/wireless/ath/Makefile | 4 ++
drivers/net/wireless/ath/ath.h | 1 +
drivers/net/wireless/ath/ath9k/ath9k.h | 10 ++++-
drivers/net/wireless/ath/ath9k/channel.c | 48 +++++++++++++++++++--
drivers/net/wireless/ath/ath9k/main.c | 30 +++-----------
drivers/net/wireless/ath/main.c | 3 ++
drivers/net/wireless/ath/trace.c | 20 +++++++++
drivers/net/wireless/ath/trace.h | 71 ++++++++++++++++++++++++++++++++
9 files changed, 166 insertions(+), 29 deletions(-)
create mode 100644 drivers/net/wireless/ath/trace.c
create mode 100644 drivers/net/wireless/ath/trace.h
--
2.1.1
next reply other threads:[~2014-10-02 1:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-02 1:03 Sujith Manoharan [this message]
2014-10-02 1:03 ` [PATCH v2 01/10] ath: Add support for tracing Sujith Manoharan
2014-10-02 1:03 ` [PATCH v2 02/10] ath9k: Print RoC expiration Sujith Manoharan
2014-10-02 1:03 ` [PATCH v2 03/10] ath9k: Check pending frames properly Sujith Manoharan
2014-10-02 1:03 ` [PATCH v2 04/10] ath9k: Fix pending frame check Sujith Manoharan
2014-10-02 1:03 ` [PATCH v2 05/10] ath9k: Remove duplicate code Sujith Manoharan
2014-10-02 1:03 ` [PATCH v2 06/10] ath9k: Fix queue handling in flush() Sujith Manoharan
2014-10-02 1:03 ` [PATCH v2 07/10] ath9k: Pass context to ath9k_chanctx_wake_queues() Sujith Manoharan
2014-10-02 1:03 ` [PATCH v2 08/10] ath9k: Add ath9k_chanctx_stop_queues() Sujith Manoharan
2014-10-02 1:03 ` [PATCH v2 09/10] ath9k: Fix queue handling for channel contexts Sujith Manoharan
2014-10-02 1:03 ` [PATCH v2 10/10] ath9k: Fix flushing in MCC mode Sujith Manoharan
-- strict thread matches above, loose matches on Subject: below --
2013-12-18 4:23 [PATCH v2 00/10] ath9k patches Sujith Manoharan
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=1412211800-24344-1-git-send-email-sujith@msujith.org \
--to=sujith@msujith.org \
--cc=ath9k-devel@qca.qualcomm.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/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).