All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qca-swiss-army-knife: Add macro for TXFIR array
@ 2012-11-13  6:04 Sujith Manoharan
  2012-11-20  1:29 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Sujith Manoharan @ 2012-11-13  6:04 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

From: Sujith Manoharan <c_manoha@qca.qualcomm.com>

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
---
 tools/initvals/ar9485_initvals.h | 2 ++
 tools/initvals/initvals.c        | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/tools/initvals/ar9485_initvals.h b/tools/initvals/ar9485_initvals.h
index 02e4d97..a3710f3 100644
--- a/tools/initvals/ar9485_initvals.h
+++ b/tools/initvals/ar9485_initvals.h
@@ -1060,4 +1060,6 @@ static const u32 ar9485_1_1_mac_core[][2] = {
 	{0x000083d0, 0x000301ff},
 };
 
+#define ar9485_1_1_baseband_core_txfir_coeff_japan_2484 ar9462_2p0_baseband_core_txfir_coeff_japan_2484
+
 #endif /* INITVALS_9485_H */
diff --git a/tools/initvals/initvals.c b/tools/initvals/initvals.c
index a22c1e9..162a12f 100644
--- a/tools/initvals/initvals.c
+++ b/tools/initvals/initvals.c
@@ -223,6 +223,7 @@ typedef long long unsigned int u64;
 #define ar9485_poseidon1_1_pcie_phy_clkreq_disable_L1		ar9485_1_1_pcie_phy_clkreq_disable_L1
 #define ar9485_poseidon1_1_radio_postamble			ar9485_1_1_radio_postamble
 #define ar9485_poseidon1_1_mac_core				ar9485_1_1_mac_core
+#define ar9485_poseidon1_1_baseband_core_txfir_coeff_japan_2484 ar9485_1_1_baseband_core_txfir_coeff_japan_2484
 
 #include "ar9485_1_1.ini"
 
@@ -710,6 +711,9 @@ static void ar9485_hw_print_initvals(bool check)
 	INI_PRINT(ar9485_1_1_pcie_phy_clkreq_disable_L1);
 	INI_PRINT(ar9485_1_1_radio_postamble);
 	INI_PRINT(ar9485_1_1_mac_core);
+
+	INI_PRINT_DUP(ar9485_1_1_baseband_core_txfir_coeff_japan_2484,
+		      ar9462_2p0_baseband_core_txfir_coeff_japan_2484);
 }
 
 static void ar9580_1p0_hw_print_initvals(bool check)
-- 
1.8.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] qca-swiss-army-knife: Add macro for TXFIR array
  2012-11-13  6:04 [PATCH] qca-swiss-army-knife: Add macro for TXFIR array Sujith Manoharan
@ 2012-11-20  1:29 ` Luis R. Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2012-11-20  1:29 UTC (permalink / raw)
  To: Sujith Manoharan; +Cc: linux-wireless

On Mon, Nov 12, 2012 at 10:04 PM, Sujith Manoharan <sujith@msujith.org> wrote:
> From: Sujith Manoharan <c_manoha@qca.qualcomm.com>
>
> Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>

Applied and pushed, thanks!

  Luis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-20  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-13  6:04 [PATCH] qca-swiss-army-knife: Add macro for TXFIR array Sujith Manoharan
2012-11-20  1:29 ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.