linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 7/9] ath5k: AHB port. Add specific initialization for RF2317 radio chip.
       [not found] <30519539.771289486691846.JavaMail.wlan@CHBU500181>
@ 2010-11-11 14:58 ` Wojciech Dubowik
  2010-11-12 19:28   ` Bob Copeland
  0 siblings, 1 reply; 2+ messages in thread
From: Wojciech Dubowik @ 2010-11-11 14:58 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless

Needed for some WiSoC devices.

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
---
 drivers/net/wireless/ath/ath5k/initvals.c |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/ath/ath5k/initvals.c b/drivers/net/wireless/ath/ath5k/initvals.c
index 8fa4393..05baa4e 100644
--- a/drivers/net/wireless/ath/ath5k/initvals.c
+++ b/drivers/net/wireless/ath/ath5k/initvals.c
@@ -1501,6 +1501,29 @@ int ath5k_hw_write_initvals(struct ath5k_hw *ah, u8 mode, bool change_channel)
 					rf5112_ini_bbgain, change_channel);
 			break;
 		case AR5K_RF2317:
+
+			ath5k_hw_ini_mode_registers(ah,
+					ARRAY_SIZE(rf2413_ini_mode_end),
+					rf2413_ini_mode_end, mode);
+
+			ath5k_hw_ini_registers(ah,
+					ARRAY_SIZE(rf2425_ini_common_end),
+					rf2425_ini_common_end, change_channel);
+
+			/* Override settings from rf2413_ini_mode_end */
+			ath5k_hw_reg_write(ah, 0x00180a65, AR5K_PHY_GAIN);
+
+			/* Override settings from rf2413_ini_common_end */
+			ath5k_hw_reg_write(ah, 0x00004000, AR5K_PHY_AGC);
+			AR5K_REG_WRITE_BITS(ah, AR5K_PHY_TPC_RG5,
+				AR5K_PHY_TPC_RG5_PD_GAIN_OVERLAP, 0xa);
+			ath5k_hw_reg_write(ah, 0x800000a8, 0x8140);
+			ath5k_hw_reg_write(ah, 0x000000ff, 0x9958);
+
+			ath5k_hw_ini_registers(ah,
+					ARRAY_SIZE(rf5112_ini_bbgain),
+					rf5112_ini_bbgain, change_channel);
+			break;
 		case AR5K_RF2425:
 
 			ath5k_hw_ini_mode_registers(ah,
-- 
1.7.1

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

* Re: [PATCH 7/9] ath5k: AHB port. Add specific initialization for RF2317 radio chip.
  2010-11-11 14:58 ` [PATCH 7/9] ath5k: AHB port. Add specific initialization for RF2317 radio chip Wojciech Dubowik
@ 2010-11-12 19:28   ` Bob Copeland
  0 siblings, 0 replies; 2+ messages in thread
From: Bob Copeland @ 2010-11-12 19:28 UTC (permalink / raw)
  To: Wojciech Dubowik; +Cc: linville, linux-wireless

On Thu, Nov 11, 2010 at 9:58 AM, Wojciech Dubowik <dubowoj@neratec.com> wrote:
> +                       /* Override settings from rf2413_ini_common_end */
> +                       ath5k_hw_reg_write(ah, 0x00004000, AR5K_PHY_AGC);
> +                       AR5K_REG_WRITE_BITS(ah, AR5K_PHY_TPC_RG5,
> +                               AR5K_PHY_TPC_RG5_PD_GAIN_OVERLAP, 0xa);
> +                       ath5k_hw_reg_write(ah, 0x800000a8, 0x8140);
> +                       ath5k_hw_reg_write(ah, 0x000000ff, 0x9958);

It'd be better not to use magic numbers here if we know what they are.

-- 
Bob Copeland %% www.bobcopeland.com

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

end of thread, other threads:[~2010-11-12 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <30519539.771289486691846.JavaMail.wlan@CHBU500181>
2010-11-11 14:58 ` [PATCH 7/9] ath5k: AHB port. Add specific initialization for RF2317 radio chip Wojciech Dubowik
2010-11-12 19:28   ` Bob Copeland

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).