From: Sujith Manoharan <sujith@msujith.org>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 03/16] ath9k: Update mac_postamble for AR9003 family
Date: Fri, 6 Dec 2013 16:28:41 +0530 [thread overview]
Message-ID: <1386327534-31105-4-git-send-email-sujith@msujith.org> (raw)
In-Reply-To: <1386327534-31105-1-git-send-email-sujith@msujith.org>
From: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Enable the ALWAYS_KEYSEARCH bit in the initvals. Currently
this is done in the driver, but adding this to the initvals
makes it easier to be in sync with the INI files given
by the systems engineering team.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
---
drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h b/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h
index 97b4bd1..7243674 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h
+++ b/drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h
@@ -303,7 +303,7 @@ static const u32 ar9300_2p2_mac_postamble[][5] = {
{0x000010b0, 0x00000e60, 0x00001cc0, 0x00007c70, 0x00003e38},
{0x00008014, 0x03e803e8, 0x07d007d0, 0x10801600, 0x08400b00},
{0x0000801c, 0x128d8027, 0x128d804f, 0x12e00057, 0x12e0002b},
- {0x00008120, 0x08f04800, 0x08f04800, 0x08f04810, 0x08f04810},
+ {0x00008120, 0x18f04800, 0x18f04800, 0x18f04810, 0x18f04810},
{0x000081d0, 0x00003210, 0x00003210, 0x0000320a, 0x0000320a},
{0x00008318, 0x00003e80, 0x00007d00, 0x00006880, 0x00003440},
};
--
1.8.4.2
next prev parent reply other threads:[~2013-12-06 11:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-06 10:58 [PATCH 00/16] ath9k patches Sujith Manoharan
2013-12-06 10:58 ` [PATCH 01/16] ath9k: Add initval arrays for DFS channels Sujith Manoharan
2013-12-06 10:58 ` [PATCH 02/16] ath9k: Initialize baseband " Sujith Manoharan
2013-12-06 10:58 ` Sujith Manoharan [this message]
2013-12-06 10:58 ` [PATCH 04/16] ath9k: Remove AR955x INI duplicates Sujith Manoharan
2013-12-06 10:58 ` [PATCH 05/16] ath9k: Update AR9331 v1.1 initvals Sujith Manoharan
2013-12-06 10:58 ` [PATCH 06/16] ath9k: Update AR9331 v1.2 initvals Sujith Manoharan
2013-12-06 10:58 ` [PATCH 07/16] ath9k: Use a separate TX gain table for WZR-HP-G450H Sujith Manoharan
2013-12-06 10:58 ` [PATCH 08/16] ath9k: Update high power gain table for AR9300 Sujith Manoharan
2013-12-06 10:58 ` [PATCH 09/16] ath9k: Identify duplicate AR9485 initvals Sujith Manoharan
2013-12-06 10:58 ` [PATCH 10/16] ath9k: Identify duplicate AR9462 v2.0 initvals Sujith Manoharan
2013-12-06 10:58 ` [PATCH 11/16] ath9k: Identify duplicate AR9565 v1.0 initvals Sujith Manoharan
2013-12-06 10:58 ` [PATCH 12/16] ath9k: Fix regulatory compliance Sujith Manoharan
2013-12-06 10:58 ` [PATCH 13/16] ath9k: Remove AR9330 v1.0 macro as it's not supported Sujith Manoharan
2013-12-06 10:58 ` [PATCH 14/16] ath9k: Enable manual peak calibration for AR9331 v1.1 Sujith Manoharan
2013-12-06 10:58 ` [PATCH 15/16] ath9k: Fix internal regulator for AR955x Sujith Manoharan
2013-12-06 10:58 ` [PATCH 16/16] ath9k: Apply tuning caps for AR9330 and AR9485 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=1386327534-31105-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;
as well as URLs for NNTP newsgroup(s).