linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Luis R. Rodriguez" <lrodriguez@atheros.com>
To: "linville@tuxdriver.com" <linville@tuxdriver.com>,
	Vivek Natarajan <Vivek.Natarajan@atheros.com>,
	Felix Fietkau <nbd@openwrt.org>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	Luis Rodriguez <Luis.Rodriguez@Atheros.com>
Subject: Re: [PATCH v3 00/12] ath9k_hw: complete support for AR9271
Date: Mon, 15 Mar 2010 14:43:38 -0700	[thread overview]
Message-ID: <20100315214338.GB4000@tux> (raw)
In-Reply-To: <1268459216-22372-1-git-send-email-lrodriguez@atheros.com>

On Fri, Mar 12, 2010 at 09:46:44PM -0800, Luis R. Rodriguez wrote:
>   * I spotted a check added to bail out for tweaking the ACK/CTS
>     time out values -- this check should no longer be required
>     since Felix sent a proper fix for this recenlty. I removed that
>     hunk:
> 
> @@ -1210,6 +1195,9 @@ void ath9k_hw_init_global_settings(struct ath_hw *ah)
>  		REG_WRITE(ah, AR_PCU_MISC,
>  			  REG_READ(ah, AR_PCU_MISC) | ah->misc_mode);
>  
> +	if (AR_SREV_9271(ah))
> +		return;
> +
>  	if (conf->channel && conf->channel->band == IEEE80211_BAND_5GHZ)
>  		sifstime = 16;
>  	else
> --

Turns out this hunk is required... but the rf changes are not (patch 4/12)
so I'll just respin and send a new series out.

We should look for a better way to address this issue instead of the above hunk
otherwise we will be skipping all changes to the slot time from mac80211.
Right now ath9k_htc does not support this (BSS_CHANGED_ERP_SLOT) or a 
set_coverage_class() callback.

  Luis

  parent reply	other threads:[~2010-03-15 21:43 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-13  5:46 [PATCH v3 00/12] ath9k_hw: complete support for AR9271 Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 01/12] ath9k_hw: update initialization values " Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 02/12] ath9k_hw: add GPIO setup code " Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 03/12] ath9k_hw: skip chip tests " Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 04/12] ath9k_hw: fix RF analog setup " Luis R. Rodriguez
2010-03-13  6:05   ` Luis R. Rodriguez
2010-03-15 21:35     ` Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 05/12] ath9k_hw: fix TX descriptor " Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 06/12] ath9k_hw: Fix full sleep " Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 07/12] ath9k_hw: fix noisefloor history buffer usage on AR9271 Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 08/12] ath9k_hw: restrict valid nf readings for AR9271 to -114 Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 09/12] ath9k_hw: use the skip count for PA calibration on AR9271 Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 10/12] ath9k_hw: always set the core clock for AR9271 Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 11/12] ath9k_hw: add HTC init hardware call for special resets " Luis R. Rodriguez
2010-03-13  5:46 ` [PATCH v3 12/12] ath9k_hw: fix hardware deinit Luis R. Rodriguez
2010-03-13  5:56 ` [PATCH v3 00/12] ath9k_hw: complete support for AR9271 Luis R. Rodriguez
2010-03-15 21:43 ` Luis R. Rodriguez [this message]
2010-03-15 23:25   ` Luis R. Rodriguez
2010-03-15 23:49     ` Luis R. Rodriguez
2010-03-15 23:51       ` Luis R. Rodriguez
2010-03-15 23:52       ` Felix Fietkau
2010-03-15 23:55         ` Luis R. Rodriguez
2010-03-15 23:55           ` Luis R. Rodriguez
2010-03-16  0:05           ` Felix Fietkau
2010-03-16  0:09             ` Luis R. Rodriguez
2010-03-16  0:38               ` Luis R. Rodriguez
2010-03-16  3:22                 ` Sujith
2010-03-16  3:51                   ` Luis R. Rodriguez

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=20100315214338.GB4000@tux \
    --to=lrodriguez@atheros.com \
    --cc=Luis.Rodriguez@Atheros.com \
    --cc=Vivek.Natarajan@atheros.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=nbd@openwrt.org \
    /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).