linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felix Fietkau <nbd@openwrt.org>
To: Gabor Juhos <juhosg@openwrt.org>
Cc: "John W. Linville" <linville@tuxdriver.com>,
	linux-wireless@vger.kernel.org,
	Luis Rodriguez <Luis.Rodriguez@Atheros.com>,
	Vasanthakumar Thiagarajan <vasanth@atheros.com>
Subject: Re: [RFC 20/32] ath9k: set NF limits for AR9330
Date: Wed, 01 Jun 2011 01:03:11 +0200	[thread overview]
Message-ID: <4DE573AF.8060405@openwrt.org> (raw)
In-Reply-To: <1306870643-7935-21-git-send-email-juhosg@openwrt.org>

On 2011-05-31 9:37 PM, Gabor Juhos wrote:
> Signed-off-by: Gabor Juhos<juhosg@openwrt.org>
> ---
>   drivers/net/wireless/ath/ath9k/ar9003_phy.c |    5 ++++-
>   drivers/net/wireless/ath/ath9k/ar9003_phy.h |    2 ++
>   2 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/wireless/ath/ath9k/ar9003_phy.c b/drivers/net/wireless/ath/ath9k/ar9003_phy.c
> index a0ca1eb..eb18b63 100644
> --- a/drivers/net/wireless/ath/ath9k/ar9003_phy.c
> +++ b/drivers/net/wireless/ath/ath9k/ar9003_phy.c
> @@ -1089,7 +1089,10 @@ static void ar9003_hw_set_nf_limits(struct ath_hw *ah)
>   {
>   	ah->nf_2g.max = AR_PHY_CCA_MAX_GOOD_VAL_9300_2GHZ;
>   	ah->nf_2g.min = AR_PHY_CCA_MIN_GOOD_VAL_9300_2GHZ;
> -	ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9300_2GHZ;
> +	if (AR_SREV_9300(ah))
> +		ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9330_2GHZ;
Typo in the SREV check?

- Felix

  reply	other threads:[~2011-05-31 23:03 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-31 19:36 [RFC 00/32] ath9k: add initial support for AR9330 Gabor Juhos
2011-05-31 19:36 ` [RFC 01/32] ath9k: define mac version " Gabor Juhos
2011-05-31 19:36 ` [RFC 02/32] ath9k: define device id " Gabor Juhos
2011-05-31 19:36 ` [RFC 03/32] ath9k: add MAC revision detection " Gabor Juhos
2011-05-31 19:36 ` [RFC 04/32] ath9k: add platform device id " Gabor Juhos
2011-05-31 19:36 ` [RFC 05/32] ath9k: add AR9330 initvals Gabor Juhos
2011-05-31 19:36 ` [RFC 06/32] ath9k: initialize mode registers for AR9330 Gabor Juhos
2011-05-31 19:36 ` [RFC 07/32] ath9k: initialize tx gain table " Gabor Juhos
2011-05-31 19:36 ` [RFC 08/32] ath9k: initialize rx " Gabor Juhos
2011-05-31 19:37 ` [RFC 09/32] ath9k: add AR9330 specific PLL initialization Gabor Juhos
2011-05-31 19:37 ` [RFC 10/32] ath9k: use different BB watchdog timeout value for AR9330 Gabor Juhos
2011-05-31 19:37 ` [RFC 11/32] ath9k: don't enable LDPC " Gabor Juhos
2011-05-31 19:37 ` [RFC 12/32] ath9k: read spur frequency information from eeprom " Gabor Juhos
2011-05-31 19:37 ` [RFC 13/32] ath9k: fix channel frequency calculation for AR9340 Gabor Juhos
2011-05-31 19:37 ` [RFC 14/32] ath9k: configure RF channel frequency for AR9330 Gabor Juhos
2011-05-31 19:37 ` [RFC 15/32] ath9k: enable TX/RX data byte swap " Gabor Juhos
2011-05-31 19:37 ` [RFC 16/32] ath9k: skip internal regulator configuration " Gabor Juhos
2011-05-31 19:37 ` [RFC 17/32] ath9k: enable tuning capacitance " Gabor Juhos
2011-05-31 19:37 ` [RFC 18/32] ath9k: use correct EEPROM base " Gabor Juhos
2011-05-31 19:37 ` [RFC 19/32] ath9k: configure xpa bias level " Gabor Juhos
2011-05-31 19:37 ` [RFC 20/32] ath9k: set NF limits " Gabor Juhos
2011-05-31 23:03   ` Felix Fietkau [this message]
2011-06-01  8:52     ` Gabor Juhos
2011-05-31 19:37 ` [RFC 21/32] ath9k: enable antenna diversity " Gabor Juhos
2011-05-31 19:37 ` [RFC 22/32] ath9k: use correct max_streams " Gabor Juhos
2011-05-31 19:37 ` [RFC 23/32] ath9k: add a missing case statement to ath_ant_div_comb_alt_check Gabor Juhos
2011-05-31 19:37 ` [RFC 24/32] ath9k: fix antenna diversity configuration for non AR9485 chips Gabor Juhos
2011-05-31 19:37 ` [RFC 25/32] ath9k: remove superfluous parentheses Gabor Juhos
2011-05-31 19:37 ` [RFC 26/32] ath9k: add fast_div_bias configuration for diversity group 1 Gabor Juhos
2011-05-31 19:37 ` [RFC 27/32] ath9k: set diversity group for AR9330 Gabor Juhos
2011-05-31 19:37 ` [RFC 28/32] ath9k: fix few register offsets " Gabor Juhos
2011-05-31 19:37 ` [RFC 29/32] ath9k: configure diversity based on eeprom contents " Gabor Juhos
2011-05-31 19:37 ` [RFC 30/32] ath9k: configure internal regulator " Gabor Juhos
2011-05-31 19:37 ` [RFC 31/32] ath9k: add external_reset callback to ath9k_platfom_data " Gabor Juhos
2011-05-31 19:37 ` [RFC 32/32] ath9k: enable support " Gabor Juhos
2011-05-31 19:51 ` [RFC 00/32] ath9k: add initial " Daniel Halperin
2011-06-01  0:46   ` Adrian Chadd
2011-06-01  1:05     ` Daniel Halperin
2011-06-01  1:13       ` Adrian Chadd

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=4DE573AF.8060405@openwrt.org \
    --to=nbd@openwrt.org \
    --cc=Luis.Rodriguez@Atheros.com \
    --cc=juhosg@openwrt.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=vasanth@atheros.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 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).