From: Karl Beldan <karl.beldan@gmail.com>
To: Felix Fietkau <nbd@openwrt.org>
Cc: linux-wireless@vger.kernel.org, johannes@sipsolutions.net
Subject: Re: [PATCH v4 2/3] mac80211/minstrel_ht: use the new rate control API
Date: Sun, 21 Apr 2013 10:45:04 +0200 [thread overview]
Message-ID: <20130421084504.GA831@gobelin> (raw)
In-Reply-To: <51739BE3.9070706@openwrt.org>
On Sun, Apr 21, 2013 at 09:57:23AM +0200, Felix Fietkau wrote:
> On 2013-04-20 7:44 PM, Karl Beldan wrote:
> > On Fri, Apr 19, 2013 at 05:28:48PM +0200, Felix Fietkau wrote:
> >> @@ -846,6 +856,8 @@ minstrel_ht_update_caps(void *priv, struct ieee80211_supported_band *sband,
> >>
> >> msp->is_ht = true;
> >> memset(mi, 0, sizeof(*mi));
> >> +
> >> + mi->sta = sta;
> >> mi->stats_update = jiffies;
> >>
> >> ack_dur = ieee80211_frame_duration(sband->band, 10, 60, 1, 1);
> >> @@ -907,7 +919,6 @@ minstrel_ht_update_caps(void *priv, struct ieee80211_supported_band *sband,
> >> if (!n_supported)
> >> goto use_legacy;
> >>
> >> - /* init {mi,mi->groups[*]}->{max_tp_rate,max_tp_rate2,max_prob_rate} */
> >> minstrel_ht_update_stats(mp, mi);
> >>
> > This time you kept minstrel_ht_update_stats but you got rid of the call
> > to minstrel_ht_update_rates you previously had.
> > If you don't minstrel_ht_update_rates, ieee80211_tx_h_rate_ctrl will
> > TX_DROP the frame until minstrel's get_sample_rate returns != -1,
> > Maybe you could pair update_stats with ht_update_rates, e.g move/call
> > ht_update_stats in ht_update_rates ?
> I really should have re-read this in a distraction free environment :)
> Looking at the code again, I see why I kept them separated. In some
> cases the rates change (when quickly switching to a different MCS group
> when the rates fail) but the statistics are not updated yet.
> Calling both functions here is the right thing to do.
>
Good, note that minstrel ht_update_rates != its ht_rate_update and that
ht_update_stats will always be called whenever ht_update_rates is, but I
too prefer keeping them separated.
Other than that and the 'low' rates issue I sent I think I'm good.
Karl
next prev parent reply other threads:[~2013-04-21 8:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-19 15:28 [PATCH v4 1/3] mac80211: improve the rate control API Felix Fietkau
2013-04-19 15:28 ` [PATCH v4 2/3] mac80211/minstrel_ht: use the new " Felix Fietkau
2013-04-20 17:44 ` Karl Beldan
2013-04-21 7:57 ` Felix Fietkau
2013-04-21 8:45 ` Karl Beldan [this message]
2013-04-19 15:28 ` [PATCH v4 3/3] mac80211/minstrel: " Felix Fietkau
2013-04-20 17:22 ` [PATCH v4 1/3] mac80211: improve the " Karl Beldan
2013-04-20 17:28 ` Karl Beldan
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=20130421084504.GA831@gobelin \
--to=karl.beldan@gmail.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--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 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.