From: Sujith Manoharan <sujith@msujith.org>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [PATCH 0/7] ath9k patches
Date: Tue, 10 Mar 2015 14:05:27 +0530 [thread overview]
Message-ID: <1425976534-1194-1-git-send-email-sujith@msujith.org> (raw)
From: Sujith Manoharan <c_manoha@qca.qualcomm.com>
This series adds initial support for AIC.
Active Interference Cancellation is a method
implemented in the HW to counter WLAN RX
sensitivity degradation when BT is transmitting
at the same time. This feature is supported by
cards like WB222 based on AR9462.
Sujith Manoharan (7):
ath9k: Add initial structures for AIC
ath9k: Register private AIC ops
ath9k: Add register definitions for AIC
ath9k: Handle MCI_STATE_AIC_CAL_SINGLE
ath9k: Finish AIC calibration
ath9k: Process the AIC calibration results
ath9k: Disable AIC by default
drivers/net/wireless/ath/ath9k/Makefile | 3 +-
drivers/net/wireless/ath/ath9k/ar9003_aic.c | 534 ++++++++++++++++++++++++++++
drivers/net/wireless/ath/ath9k/ar9003_aic.h | 58 +++
drivers/net/wireless/ath/ath9k/ar9003_hw.c | 1 +
drivers/net/wireless/ath/ath9k/ar9003_mci.c | 5 +
drivers/net/wireless/ath/ath9k/ar9003_phy.h | 25 --
drivers/net/wireless/ath/ath9k/btcoex.h | 12 +
drivers/net/wireless/ath/ath9k/hw-ops.h | 8 +
drivers/net/wireless/ath/ath9k/hw.h | 6 +
drivers/net/wireless/ath/ath9k/reg_aic.h | 168 +++++++++
10 files changed, 794 insertions(+), 26 deletions(-)
create mode 100644 drivers/net/wireless/ath/ath9k/ar9003_aic.c
create mode 100644 drivers/net/wireless/ath/ath9k/ar9003_aic.h
create mode 100644 drivers/net/wireless/ath/ath9k/reg_aic.h
--
2.3.1
next reply other threads:[~2015-03-10 8:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-10 8:35 Sujith Manoharan [this message]
2015-03-10 8:35 ` [ath9k-devel] [PATCH 1/7] ath9k: Add initial structures for AIC Sujith Manoharan
2015-03-10 8:35 ` [ath9k-devel] [PATCH 2/7] ath9k: Register private AIC ops Sujith Manoharan
2015-03-10 8:35 ` [ath9k-devel] [PATCH 3/7] ath9k: Add register definitions for AIC Sujith Manoharan
2015-03-10 8:35 ` [ath9k-devel] [PATCH 4/7] ath9k: Handle MCI_STATE_AIC_CAL_SINGLE Sujith Manoharan
2015-03-10 8:35 ` [ath9k-devel] [PATCH 5/7] ath9k: Finish AIC calibration Sujith Manoharan
2015-03-10 8:35 ` [ath9k-devel] [PATCH 6/7] ath9k: Process the AIC calibration results Sujith Manoharan
2015-03-10 8:35 ` [ath9k-devel] [PATCH 7/7] ath9k: Disable AIC by default Sujith Manoharan
2015-03-10 8:47 ` [ath9k-devel] [PATCH 0/7] ath9k patches Sujith Manoharan
-- strict thread matches above, loose matches on Subject: below --
2014-02-07 4:59 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=1425976534-1194-1-git-send-email-sujith@msujith.org \
--to=sujith@msujith.org \
--cc=ath9k-devel@lists.ath9k.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