public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
From: Vasanthakumar Thiagarajan <vasanth@atheros.com>
To: Sujith <m.sujith@gmail.com>
Cc: Vasanth Thiagarajan <Vasanth.Thiagarajan@Atheros.com>,
	"linville@tuxdriver.com" <linville@tuxdriver.com>,
	"ath9k-devel@lists.ath9k.org" <ath9k-devel@lists.ath9k.org>,
	Jouni Malinen <Jouni.Malinen@Atheros.com>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	Luis Rodriguez <Luis.Rodriguez@Atheros.com>
Subject: Re: [ath9k-devel] [PATCH] ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rates
Date: Thu, 12 Mar 2009 14:11:21 +0530	[thread overview]
Message-ID: <20090312084121.GB18111@vasanth-laptop> (raw)
In-Reply-To: <18865.16679.121576.346045@gargle.gargle.HOWL>

On Fri, Mar 06, 2009 at 08:58:39PM +0530, Sujith wrote:
> Vasanthakumar Thiagarajan wrote:
> > ---
> >  drivers/net/wireless/ath9k/rc.c |   13 ++++++++-----
> >  1 files changed, 8 insertions(+), 5 deletions(-)
> >
> > diff --git a/drivers/net/wireless/ath9k/rc.c b/drivers/net/wireless/ath9k/rc.c
> > index 8327356..a35b525 100644
> > --- a/drivers/net/wireless/ath9k/rc.c
> > +++ b/drivers/net/wireless/ath9k/rc.c
> > @@ -750,7 +750,8 @@ static u8 ath_rc_ratefind_ht(struct ath_softc *sc,
> >  static void ath_rc_rate_set_series(struct ath_rate_table *rate_table,
> >                                  struct ieee80211_tx_rate *rate,
> >                                  struct ieee80211_tx_rate_control *txrc,
> > -                                u8 tries, u8 rix, int rtsctsenable)
> > +                                u8 tries, u8 rix, int rtsctsenable,
> > +                                bool is_probe)
> >  {
> >       rate->count = tries;
> >       rate->idx = rix;
> > @@ -765,6 +766,8 @@ static void ath_rc_rate_set_series(struct ath_rate_table *rate_table,
> >               rate->flags |= IEEE80211_TX_RC_SHORT_GI;
> >       if (WLAN_RC_PHY_HT(rate_table->info[rix].phy))
> >               rate->flags |= IEEE80211_TX_RC_MCS;
> > +     if (is_probe)
> > +             rate->flags |= IEEE80211_TX_CTL_RATE_CTRL_PROBE;
> >  }
> >
> 
> IEEE80211_TX_CTL_RATE_CTRL_PROBE is to be used with flags@ieee80211_tx_info
> and is not a per-rate flag.

oops, thanks.


      reply	other threads:[~2009-03-12  8:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-06 15:08 [PATCH] ath9k: Use suitable macros with 4k eeprom data Vasanthakumar Thiagarajan
2009-03-06 15:08 ` [PATCH] ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rates Vasanthakumar Thiagarajan
2009-03-06 15:28   ` [ath9k-devel] " Sujith
2009-03-12  8:41     ` Vasanthakumar Thiagarajan [this message]

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=20090312084121.GB18111@vasanth-laptop \
    --to=vasanth@atheros.com \
    --cc=Jouni.Malinen@Atheros.com \
    --cc=Luis.Rodriguez@Atheros.com \
    --cc=Vasanth.Thiagarajan@Atheros.com \
    --cc=ath9k-devel@lists.ath9k.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=m.sujith@gmail.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