All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stanislaw Gruszka <stf_xl@wp.pl>
To: Gabor Juhos <juhosg@openwrt.org>
Cc: John Linville <linville@tuxdriver.com>,
	linux-wireless@vger.kernel.org, users@rt2x00.serialmonkey.com
Subject: Re: [rt2x00-users] [PATCH v2 12/20] rt2x00: rt2x00lib: fix LNA_A[12] gain values for RT3593
Date: Sun, 7 Jul 2013 16:23:34 +0200	[thread overview]
Message-ID: <20130707142334.GL2073@localhost.localdomain> (raw)
In-Reply-To: <1372664879-18474-13-git-send-email-juhosg@openwrt.org>

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 <juhosg@openwrt.org>
Acked-by: Stanislaw Gruszka <stf_xl@wp.pl>

  reply	other threads:[~2013-07-07 14:20 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-01  7:47 [PATCH v2 00/20] rt2x00: add experimental support for RT3593 Gabor Juhos
2013-07-01  7:47 ` [PATCH v2 01/20] rt2x00: rt2800lib: add MAC register initialization " Gabor Juhos
2013-07-07 14:07   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 02/20] rt2x00: rt2800lib: add BBP " Gabor Juhos
2013-07-07 14:07   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 03/20] rt2x00: rt2800lib: add RFCSR " Gabor Juhos
2013-07-07 14:10   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-08 14:10     ` Gabor Juhos
2013-07-01  7:47 ` [PATCH v2 04/20] rt2x00: rt2800lib: add BBP post " Gabor Juhos
2013-07-07 14:10   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 05/20] rt2x00: rt2800lib: add TX power configuration " Gabor Juhos
2013-07-07 14:14   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 06/20] rt2x00: rt2800lib: fix BBP1_TX_ANTENNA field configuration for 3T devices Gabor Juhos
2013-07-07 14:16   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 07/20] rt2x00: rt2800lib: fix antenna configuration for RT3593 Gabor Juhos
2013-07-07 14:16   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 08/20] rt2x00: rt2800lib: add rt2800_txpower_to_dev helper Gabor Juhos
2013-07-07 14:18   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 09/20] rt2x00: rt2800lib: fix default TX power values for RT3593 Gabor Juhos
2013-07-07 14:20   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 10/20] rt2x00: rt2800lib: introduce rt2800_get_txmixer_gain_{24,5}g helpers Gabor Juhos
2013-07-07 14:15   ` [rt2x00-users] [PATCH v2 10/20] rt2x00: rt2800lib: introduce rt2800_get_txmixer_gain_{24, 5}g helpers Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 11/20] rt2x00: rt2800lib: hardcode TX mixer gain values for RT3593 Gabor Juhos
2013-07-07 14:15   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 12/20] rt2x00: rt2x00lib: fix LNA_A[12] " Gabor Juhos
2013-07-07 14:23   ` Stanislaw Gruszka [this message]
2013-07-01  7:47 ` [PATCH v2 13/20] rt2x00: rt2800lib: add default_power3 field for three-chain devices Gabor Juhos
2013-07-07 14:23   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 14/20] rt2x00: rt2800lib: add rf_vals for RF3053 Gabor Juhos
2013-07-07 14:26   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 15/20] rt2x00: rt2800lib: add channel configuration " Gabor Juhos
2013-07-07 14:39   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 16/20] rt2x00: rt2800lib: enable VCO recalibration " Gabor Juhos
2013-07-07 14:40   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-08 14:10     ` Gabor Juhos
2013-07-01  7:47 ` [PATCH v2 17/20] rt2x00: rt2800lib: enable RF3053 support Gabor Juhos
2013-07-07 14:40   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 18/20] rt2x00: rt2800lib: enable RT3593 support Gabor Juhos
2013-07-07 14:40   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 19/20] rt2x00: rt2800usb: use correct [RT]XWI size for RT3593 Gabor Juhos
2013-07-07 14:41   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-01  7:47 ` [PATCH v2 20/20] rt2x00: rt2800usb: add USB device ID for Linksys AE3000 Gabor Juhos
2013-07-07 14:41   ` [rt2x00-users] " Stanislaw Gruszka
2013-07-07 14:42 ` [rt2x00-users] [PATCH v2 00/20] rt2x00: add experimental support for RT3593 Stanislaw Gruszka
2013-07-08 14:08   ` Gabor Juhos

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=20130707142334.GL2073@localhost.localdomain \
    --to=stf_xl@wp.pl \
    --cc=juhosg@openwrt.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=users@rt2x00.serialmonkey.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 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.