linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: linux-wireless@vger.kernel.org
Subject: Re: [PATCH] mac80211: fix crash with single-queue drivers
Date: Wed, 04 Jul 2012 13:01:55 +0200	[thread overview]
Message-ID: <1341399715.12432.2.camel@jlt3.sipsolutions.net> (raw)
In-Reply-To: <1341399225-12604-1-git-send-email-johannes@sipsolutions.net> (sfid-20120704_125354_863223_72112624)

On Wed, 2012-07-04 at 12:53 +0200, Johannes Berg wrote:


> @@ -362,7 +370,7 @@ static void __ieee80211_stop_queue(struct ieee80211_hw *hw, int queue,
>  		if (!sdata->dev)
>  			continue;
>  
> -		for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) {
> +		for (ac = 0; ac < n_acs; ac++) {

Ok, I based this on the wrong tree, but should be easy to resolve. I've
applied a fixed version, but will wait for Larry to report test results.

johannes


  reply	other threads:[~2012-07-04 11:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-04 10:53 [PATCH] mac80211: fix crash with single-queue drivers Johannes Berg
2012-07-04 11:01 ` Johannes Berg [this message]
2012-07-06 13:15 ` Larry Finger
2012-07-06 13:26   ` Johannes Berg
2012-07-06 14:12     ` Larry Finger
2012-07-06 14:14       ` Johannes Berg
2012-07-17 10:58 ` Stanislaw Gruszka

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=1341399715.12432.2.camel@jlt3.sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.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).