From: Sujith Manoharan <sujith@msujith.org>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH v2 4/8] ath9k: Use correct RX gain table for AR9565
Date: Mon, 2 Sep 2013 13:59:02 +0530 [thread overview]
Message-ID: <1378110546-22305-4-git-send-email-sujith@msujith.org> (raw)
In-Reply-To: <1378110546-22305-1-git-send-email-sujith@msujith.org>
From: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
---
drivers/net/wireless/ath/ath9k/ar9003_hw.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_hw.c b/drivers/net/wireless/ath/ath9k/ar9003_hw.c
index 608bb48..d40bdd2 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_hw.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_hw.c
@@ -628,6 +628,9 @@ static void ar9003_rx_gain_table_mode0(struct ath_hw *ah)
else if (AR_SREV_9462_20(ah))
INIT_INI_ARRAY(&ah->iniModesRxGain,
ar9462_common_rx_gain_table_2p0);
+ else if (AR_SREV_9565(ah))
+ INIT_INI_ARRAY(&ah->iniModesRxGain,
+ ar9565_1p0_Common_rx_gain_table);
else
INIT_INI_ARRAY(&ah->iniModesRxGain,
ar9300Common_rx_gain_table_2p2);
--
1.8.4
next prev parent reply other threads:[~2013-09-02 8:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-02 8:26 [PATCH v2 0/8] ath9k patches Sujith Manoharan
2013-09-02 8:28 ` [PATCH v2 1/8] ath9k: Update initvals for AR9565 1.0 Sujith Manoharan
2013-09-02 8:29 ` [PATCH v2 2/8] ath9k: Bypass EEPROM for diversity cap for AR9565 Sujith Manoharan
2013-09-02 8:29 ` [PATCH v2 3/8] ath9k: Fix antenna diversity init " Sujith Manoharan
2013-09-02 8:29 ` Sujith Manoharan [this message]
2013-09-02 8:29 ` [PATCH v2 5/8] ath9k: Add support for AR9565 v1.0.1 LNA diversity Sujith Manoharan
2013-09-02 8:29 ` [PATCH v2 6/8] ath9k: Enable antenna diversity for WB335 Sujith Manoharan
2013-09-02 8:29 ` [PATCH v2 7/8] ath9k: Identify CUS252 cards Sujith Manoharan
2013-09-02 8:29 ` [PATCH v2 8/8] ath9k: Identify WB335 Antenna configuration 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=1378110546-22305-4-git-send-email-sujith@msujith.org \
--to=sujith@msujith.org \
--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