Send users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."
Today's Topics:
1. Re: [PATCH v2 01/20] rt2x00: rt2800lib: add MAC register
initialization for RT3593 (Stanislaw Gruszka)
2. Re: [PATCH v2 02/20] rt2x00: rt2800lib: add BBP register
initialization for RT3593 (Stanislaw Gruszka)
3. Re: [PATCH v2 03/20] rt2x00: rt2800lib: add RFCSR register
initialization for RT3593 (Stanislaw Gruszka)
4. Re: [PATCH v2 04/20] rt2x00: rt2800lib: add BBP post
initialization for RT3593 (Stanislaw Gruszka)
5. Re: [PATCH v2 05/20] rt2x00: rt2800lib: add TX power
configuration for RT3593 (Stanislaw Gruszka)
6. Re: [PATCH v2 10/20] rt2x00: rt2800lib: introduce
rt2800_get_txmixer_gain_{24, 5}g helpers (Stanislaw Gruszka)
7. Re: [PATCH v2 11/20] rt2x00: rt2800lib: hardcode TX mixer
gain values for RT3593 (Stanislaw Gruszka)
8. Re: [PATCH v2 06/20] rt2x00: rt2800lib: fix BBP1_TX_ANTENNA
field configuration for 3T devices (Stanislaw Gruszka)
9. Re: [PATCH v2 07/20] rt2x00: rt2800lib: fix antenna
configuration for RT3593 (Stanislaw Gruszka)
10. Re: [PATCH v2 08/20] rt2x00: rt2800lib: add
rt2800_txpower_to_dev helper (Stanislaw Gruszka)
11. Re: [PATCH v2 09/20] rt2x00: rt2800lib: fix default TX power
values for RT3593 (Stanislaw Gruszka)
----------------------------------------------------------------------
Message: 1
Date: Sun, 7 Jul 2013 16:07:01 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 01/20] rt2x00: rt2800lib: add
MAC register initialization for RT3593
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, Jul 01, 2013 at 09:47:40AM +0200, Gabor Juhos wrote:
> Based on the Ralink DPO_RT5572_LinuxSTA_2.6.0.1_20120629
> driver.
>
> Reference:
> NICInitRT3593MacRegisters in chips/rt3593.c
>
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
------------------------------
Message: 2
Date: Sun, 7 Jul 2013 16:07:31 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 02/20] rt2x00: rt2800lib: add
BBP register initialization for RT3593
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, Jul 01, 2013 at 09:47:41AM +0200, Gabor Juhos wrote:
> Based on the Ralink DPO_RT5572_LinuxSTA_2.6.0.1_20120629
> driver.
>
> References:
> NICInitRT3593BbpRegisters in chips/rt3593.c
> NICInitBBP in common/rtmp_init.c
> NICInitAsicFromEEPROM in common/rtmp_init.c
>
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
------------------------------
Message: 3
Date: Sun, 7 Jul 2013 16:10:09 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 03/20] rt2x00: rt2800lib: add
RFCSR register initialization for RT3593
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, Jul 01, 2013 at 09:47:42AM +0200, Gabor Juhos wrote:
> Based on the Ralink DPO_RT5572_LinuxSTA_2.6.0.1_20120629
> driver.
>
> References:
> NICInitRT3593RFRegisters in chips/rt3593.c
> RT3593LoadRFNormalModeSetup in chips/rt3593.c
>
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
> case RT3390:
> rt2800_init_rfcsr_3390(rt2x00dev);
> break;
> + case RT3593:
> + rt2800_init_rfcsr_3593(rt2x00dev);
> + break;
> case RT3572:
> rt2800_init_rfcsr_3572(rt2x00dev);
> break;
Nit: RT3572 should be before RT3593.
------------------------------
Message: 4
Date: Sun, 7 Jul 2013 16:10:47 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 04/20] rt2x00: rt2800lib: add
BBP post initialization for RT3593
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, Jul 01, 2013 at 09:47:43AM +0200, Gabor Juhos wrote:
> Based on the Ralink DPO_RT5572_LinuxSTA_2.6.0.1_20120629
> driver.
>
> Reference:
> RT3593_PostBBPInitialization in chips/rt3553.c
>
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
------------------------------
Message: 5
Date: Sun, 7 Jul 2013 16:14:18 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 05/20] rt2x00: rt2800lib: add TX
power configuration for RT3593
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, Jul 01, 2013 at 09:47:44AM +0200, Gabor Juhos wrote:
> Based on the Ralink DPO_RT5572_LinuxSTA_2.6.0.1_20120629
> driver.
>
> References:
> RTMPReadTxPwrPerRateExt in chips/rt3593.c
> RT3593_AsicGetTxPowerOffset in chips/rt3593.c
>
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
------------------------------
Message: 6
Date: Sun, 7 Jul 2013 16:15:09 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 10/20] rt2x00: rt2800lib:
introduce rt2800_get_txmixer_gain_{24, 5}g helpers
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, Jul 01, 2013 at 09:47:49AM +0200, Gabor Juhos wrote:
> Move the TX mixer gain reading code into separate
> helper functions in preparation for RT3593 support.
>
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
------------------------------
Message: 7
Date: Sun, 7 Jul 2013 16:15:33 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 11/20] rt2x00: rt2800lib:
hardcode TX mixer gain values for RT3593
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, Jul 01, 2013 at 09:47:50AM +0200, Gabor Juhos wrote:
> The reference code uses hardcoded zero TX mixer gain value
> for RT3593. Do the same in the rt2x00 driver.
>
> Based on the Ralink DPO_RT5572_LinuxSTA_2.6.0.1_20120629
> driver.
>
> Reference:
> NICReadEEPROMParameters in common/rtmp_init.c
>
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
------------------------------
Message: 8
Date: Sun, 7 Jul 2013 16:16:03 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 06/20] rt2x00: rt2800lib: fix
BBP1_TX_ANTENNA field configuration for 3T devices
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, Jul 01, 2013 at 09:47:45AM +0200, Gabor Juhos wrote:
> The field must be set to 2 instead of 0 for
> devices with three TX chains.
>
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
------------------------------
Message: 9
Date: Sun, 7 Jul 2013 16:16:25 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 07/20] rt2x00: rt2800lib: fix
antenna configuration for RT3593
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, Jul 01, 2013 at 09:47:46AM +0200, Gabor Juhos wrote:
> On the RT3593 chipset, BBP register 86 must be
> configured by different values based on the RX
> antenna numbers.
>
> Configure this register from the 'rt2800_config_ant'
> function.
>
> Based on the Ralink DPO_RT5572_LinuxSTA_2.6.0.1_20120629
> driver.
>
> Reference:
> RT3593_CONFIG_SET_BY_ANTENNA in include/chip/rt3593.h
>
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
------------------------------
Message: 10
Date: Sun, 7 Jul 2013 16:18:24 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 08/20] rt2x00: rt2800lib: add
rt2800_txpower_to_dev helper
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, Jul 01, 2013 at 09:47:47AM +0200, Gabor Juhos wrote:
> Introduce a new helper function for converting
> the default TX power values from EEPROM into
> mac80211 values.
>
> The change improves the readability and it makes
> it easier to add support for other chipsets.
>
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
------------------------------
Message: 11
Date: Sun, 7 Jul 2013 16:20:05 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 09/20] rt2x00: rt2800lib: fix
default TX power values for RT3593
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, Jul 01, 2013 at 09:47:48AM +0200, Gabor Juhos wrote:
> The TX power values in the EEPROM are using
> a different format for the RT3593 chip. The
> default TX power value uses bits 0..4 only.
> Bits 5..8 contains value for fine grained
> power control. Additionally, the lower and
> upper limits of the TX power values are the
> same for both bands.
>
> Improve the rt2800_txpower_to_dev function,
> in order to compute the correct default power
> values for the RT3593 chip as well.
>
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
------------------------------
Subject: Digest Footer
_______________________________________________
users mailing list
[email protected]
http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
------------------------------
End of users Digest, Vol 53, Issue 11
*************************************