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 12/20] rt2x00: rt2x00lib: fix LNA_A[12] gain
      values for RT3593 (Stanislaw Gruszka)
   2. Re: [PATCH v2 13/20] rt2x00: rt2800lib: add default_power3
      field for three-chain devices (Stanislaw Gruszka)
   3. Re: [PATCH v2 14/20] rt2x00: rt2800lib: add rf_vals for
      RF3053 (Stanislaw Gruszka)
   4. Re: [PATCH v2 15/20] rt2x00: rt2800lib: add channel
      configuration for RF3053 (Stanislaw Gruszka)
   5. Re: [PATCH v2 16/20] rt2x00: rt2800lib: enable VCO
      recalibration for RF3053 (Stanislaw Gruszka)
   6. Re: [PATCH v2 17/20] rt2x00: rt2800lib: enable RF3053 support
      (Stanislaw Gruszka)
   7. Re: [PATCH v2 18/20] rt2x00: rt2800lib: enable RT3593 support
      (Stanislaw Gruszka)
   8. Re: [PATCH v2 19/20] rt2x00: rt2800usb: use correct [RT]XWI
      size for RT3593 (Stanislaw Gruszka)
   9. Re: [PATCH v2 20/20] rt2x00: rt2800usb: add USB device ID for
      Linksys AE3000 (Stanislaw Gruszka)
  10. Re: [PATCH v2 00/20] rt2x00: add experimental support for
      RT3593 (Stanislaw Gruszka)


----------------------------------------------------------------------

Message: 1
Date: Sun, 7 Jul 2013 16:23:34 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 12/20] rt2x00: rt2x00lib: fix
        LNA_A[12] gain values for RT3593
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

On Mon, Jul 01, 2013 at 09:47:51AM +0200, Gabor Juhos wrote:
> The LNA_A[12] gain values are stored at a different
> offset in the EEPROM on RT3593 based devices. However
> the current code unconditionally reads those values
> from the location used by other chipsets.
> 
> Fix the code to use the correct EEPROM offset.
> 
> Based on the DPO_RT5572_LinuxSTA_2.6.0.1_20120629
> driver.
> 
> References:
>   RT3593_EEPROM_RSSI2_OFFSET_ALNAGAIN1_24G_READ in include/chip/rt3593.h
>   RT3593_EEPROM_RSSI2_OFFSET_ALNAGAIN2_5G_READ in include/chip/rt3593.h
> 
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>



------------------------------

Message: 2
Date: Sun, 7 Jul 2013 16:23:54 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 13/20] rt2x00: rt2800lib: add
        default_power3 field for three-chain devices
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

On Mon, Jul 01, 2013 at 09:47:52AM +0200, Gabor Juhos wrote:
> The actual code uses two default TX power values.
> This is enough for 1T and for 2T devices however
> on 3T devices another value is needed for the third
> chain.
> 
> Add a new field to struct channel_info and initialize
> it from the 'rt2800_probe_hw_mode' function. Also modify
> the 'rt2800_config_channel' to handle the new field as
> well.
> 
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>



------------------------------

Message: 3
Date: Sun, 7 Jul 2013 16:26:36 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 14/20] rt2x00: rt2800lib: add
        rf_vals for RF3053
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

On Mon, Jul 01, 2013 at 09:47:53AM +0200, Gabor Juhos wrote:
> Based on the Ralink DPO_RT5572_LinuxSTA_2.6.0.1_20120629
> driver.
> 
> References:
>   FreqItems3053 in chips/rt3593.c
> 
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>



------------------------------

Message: 4
Date: Sun, 7 Jul 2013 16:39:44 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 15/20] rt2x00: rt2800lib: add
        channel configuration for RF3053
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

On Mon, Jul 01, 2013 at 09:47:54AM +0200, Gabor Juhos wrote:
> Based on the Ralink DPO_RT5572_LinuxSTA_2.6.0.1_20120629
> driver.
> 
> Reference:
>   RT3593_ChipSwitchChannel in chips/rt3593.c
> 
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>



------------------------------

Message: 5
Date: Sun, 7 Jul 2013 16:40:17 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 16/20] rt2x00: rt2800lib: enable
        VCO recalibration for RF3053
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

On Mon, Jul 01, 2013 at 09:47:55AM +0200, Gabor Juhos wrote:
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>

>       case RF3290:
> +     case RF3053:
>       case RF5360:
Nit: sort order.



------------------------------

Message: 6
Date: Sun, 7 Jul 2013 16:40:35 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 17/20] rt2x00: rt2800lib: enable
        RF3053 support
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

On Mon, Jul 01, 2013 at 09:47:56AM +0200, Gabor Juhos wrote:
> Support for the RF3053 has been implemented in
> the previous changes, so it is safe to mark it
> supported in the driver.
> 
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>



------------------------------

Message: 7
Date: Sun, 7 Jul 2013 16:40:54 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 18/20] rt2x00: rt2800lib: enable
        RT3593 support
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

On Mon, Jul 01, 2013 at 09:47:57AM +0200, Gabor Juhos wrote:
> Support for the RT3593 has been implemented in
> the previous changes, so it is safe to mark it
> supported in the driver.
> 
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>



------------------------------

Message: 8
Date: Sun, 7 Jul 2013 16:41:12 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 19/20] rt2x00: rt2800usb: use
        correct [RT]XWI size for RT3593
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

On Mon, Jul 01, 2013 at 09:47:58AM +0200, Gabor Juhos wrote:
> The RT3593 chipset requires different [RT]XWI size
> values. Modify the driver to use the correct values.
> 
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>




------------------------------

Message: 9
Date: Sun, 7 Jul 2013 16:41:42 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 20/20] rt2x00: rt2800usb: add
        USB device ID for Linksys AE3000
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

On Mon, Jul 01, 2013 at 09:47:59AM +0200, Gabor Juhos wrote:
> The Linksys AE3000 device is based on the RT3573
> chipset. The support for this chipset is available
> already, and the AE3000 device works with the driver.
> 
> Only managed mode works correctly at the moment,
> for AP mode additional changes are needed in the
> driver.
> 
> Also add a new RT2800USB_RT3573 Kconfig option and
> only enable support for RT3573 based devices if
> that is enabled.
> 
> Signed-off-by: Gabor Juhos <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>



------------------------------

Message: 10
Date: Sun, 7 Jul 2013 16:42:33 +0200
From: Stanislaw Gruszka <[email protected]>
To: Gabor Juhos <[email protected]>
Cc: [email protected], [email protected]
Subject: Re: [rt2x00-users] [PATCH v2 00/20] rt2x00: add experimental
        support for RT3593
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

On Mon, Jul 01, 2013 at 09:47:39AM +0200, Gabor Juhos wrote:
> This patch-set implements experiemental support for the
> RT3593 chipset. The patches are tested on the Linksys
> AE3000 USB device only, however other USB devices which
> are using the RT3573 chips might work as well.

Good work Gabor!

Thanks
Stanislaw



------------------------------

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 12
*************************************

Reply via email to