From: "Luis R. Rodriguez" <lrodriguez@atheros.com>
To: Sujith Manoharan <Sujith.Manoharan@Atheros.com>
Cc: Luis Rodriguez <Luis.Rodriguez@Atheros.com>,
"linville@tuxdriver.com" <linville@tuxdriver.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"ath9k-devel@lists.ath9k.org" <ath9k-devel@lists.ath9k.org>
Subject: Re: [PATCH v3 07/16] ath9k: use ieee80211_conf on ath9k_hw_iscal_supported()
Date: Mon, 29 Dec 2008 07:46:57 -0800 [thread overview]
Message-ID: <20081229154657.GQ5944@tesla> (raw)
In-Reply-To: <18776.21554.302227.967726@gargle.gargle.HOWL>
On Sun, Dec 28, 2008 at 08:38:10PM -0800, Sujith Manoharan wrote:
> Luis Rodriguez wrote:
> > - case IQ_MISMATCH_CAL:
> > - if (!IS_CHAN_B(chan))
> > - retval = true;
> > - break;
> > + case IQ_MISMATCH_CAL: /* Both 2 GHz and 5 GHz support OFDM */
> > + return true;
> > case ADC_GAIN_CAL:
> > case ADC_DC_CAL:
> > - if (!IS_CHAN_B(chan)
> > - && !(IS_CHAN_2GHZ(chan) && IS_CHAN_HT20(chan)))
> > - retval = true;
> > + if (conf->channel->band == IEEE80211_BAND_5GHZ &&
> > + conf_is_ht20(conf))
> > + return true;
> > break;
> > }
>
> Why are the IS_CHAN_B() checks removed ?
Because 1) it will currently never happen 2) we need a better check for is CCK in mac80211, not
an internal check.
Luis
next prev parent reply other threads:[~2008-12-29 15:47 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-23 23:58 [PATCH v3 00/16] ath9k: first series for regulatory cleanup Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 01/16] mac80211: add HT conf helpers Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 02/16] ath9k: use hw->conf on ath_setcurmode() Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 03/16] ath9k: remove cache of rate preference when using 11g protection Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 04/16] ath9k: Rename ath_setcurmode() to ath_cache_conf_rate() Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 05/16] ath9k: consolidate arguments on hw reset Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 06/16] ath9k: make request to get the noisefloor threshold band specific Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 07/16] ath9k: use ieee80211_conf on ath9k_hw_iscal_supported() Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 08/16] ath9k: make use of conf_is_ht*() in the rest of the driver Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 09/16] iwlwifi: make use of conf_is_ht*() helpers Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 10/16] mac80211: no need for ht.enabled Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 11/16] ath9k: Make ANI CCK and OFDM error triggers band specific Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 12/16] ath9k: remove mode specific default noise floor values Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 13/16] ath9k: remove ath9k_hw_chan2wmode() Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 14/16] ath9k: remove ath9k_hw_check_chan() Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 15/16] ath9k: remove superfluous check on changing channel Luis R. Rodriguez
2008-12-23 23:58 ` [PATCH v3 16/16] ath9k: fix sparse warnings Luis R. Rodriguez
2008-12-29 4:38 ` [PATCH v3 07/16] ath9k: use ieee80211_conf on ath9k_hw_iscal_supported() Sujith
2008-12-29 15:46 ` Luis R. Rodriguez [this message]
2008-12-29 4:37 ` [PATCH v3 02/16] ath9k: use hw->conf on ath_setcurmode() Sujith
2008-12-29 15:44 ` Luis R. Rodriguez
[not found] ` <18776.62379.965798.668056@localhost.localdomain>
2008-12-29 16:44 ` [ath9k-devel] " 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=20081229154657.GQ5944@tesla \
--to=lrodriguez@atheros.com \
--cc=Luis.Rodriguez@Atheros.com \
--cc=Sujith.Manoharan@Atheros.com \
--cc=ath9k-devel@lists.ath9k.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.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).