From: Johannes Berg <johannes@sipsolutions.net>
To: Hauke Mehrtens <hauke@hauke-m.de>
Cc: mcgrof@gmail.com, lrodriguez@atheros.com, linux-wireless@vger.kernel.org
Subject: Re: [PATCH 2/2] compat-wireless: use function for setting queue_mapping
Date: Tue, 26 Apr 2011 21:55:34 +0200 [thread overview]
Message-ID: <1303847734.18002.0.camel@jlt3.sipsolutions.net> (raw)
In-Reply-To: <1303845431-972-2-git-send-email-hauke@hauke-m.de> (sfid-20110426_211805_054094_A89A532C)
On Tue, 2011-04-26 at 21:17 +0200, Hauke Mehrtens wrote:
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
> ---
> patches/22-multiqueue.patch | 11 +++++++++++
> 1 files changed, 11 insertions(+), 0 deletions(-)
>
> diff --git a/patches/22-multiqueue.patch b/patches/22-multiqueue.patch
> index 0aa0ec6..2090320 100644
> --- a/patches/22-multiqueue.patch
> +++ b/patches/22-multiqueue.patch
> @@ -44,6 +44,17 @@ are used for injecting frames so they have their own respective queue
> handling, but mac80211 just always sends management frames on VO
> queue by using skb_set_queue_mapping(skb, 0) through ieee80211_tx_skb()
>
> +--- a/drivers/net/wireless/wl12xx/main.c
> ++++ b/drivers/net/wireless/wl12xx/main.c
> +@@ -1272,7 +1272,7 @@ static struct sk_buff *wl12xx_alloc_dumm
> + skb->priority = WL1271_TID_MGMT;
> +
> + /* Initialize all fields that might be used */
> +- skb->queue_mapping = 0;
> ++ skb_set_queue_mapping(skb, 0);
You should submit that to the driver, it's preferred that way.
johannes
next prev parent reply other threads:[~2011-04-26 19:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-26 19:17 [PATCH 1/2] compat-wireless: make patches apply again Hauke Mehrtens
2011-04-26 19:17 ` [PATCH 2/2] compat-wireless: use function for setting queue_mapping Hauke Mehrtens
2011-04-26 19:41 ` Luis R. Rodriguez
2011-04-26 19:55 ` Johannes Berg [this message]
2011-04-26 19:39 ` [PATCH 1/2] compat-wireless: make patches apply again Luis R. Rodriguez
2011-04-26 21:49 ` Hauke Mehrtens
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=1303847734.18002.0.camel@jlt3.sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=hauke@hauke-m.de \
--cc=linux-wireless@vger.kernel.org \
--cc=lrodriguez@atheros.com \
--cc=mcgrof@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;
as well as URLs for NNTP newsgroup(s).