From: reinette chatre <reinette.chatre@intel.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: John Linville <linville@tuxdriver.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v2 3/5] mac80211: correctly place aMPDU RX reorder code
Date: Thu, 03 Dec 2009 11:30:00 -0800 [thread overview]
Message-ID: <1259868600.4653.300.camel@rc-desk> (raw)
In-Reply-To: <1259867689.12843.14.camel@johannes.local>
Hi Johannes,
On Thu, 2009-12-03 at 11:14 -0800, Johannes Berg wrote:
> ---
> net/mac80211/rx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- wireless-testing.orig/net/mac80211/rx.c 2009-12-03 20:13:44.000000000 +0100
> +++ wireless-testing/net/mac80211/rx.c 2009-12-03 20:13:50.000000000 +0100
> @@ -570,7 +570,7 @@ static void ieee80211_release_reorder_fr
> rate = &sband->bitrates[status->rate_idx];
> tid_agg_rx->stored_mpdu_num--;
> tid_agg_rx->reorder_buf[index] = NULL;
> - skb_queue_tail(frames, skb);
> + __skb_queue_tail(frames, skb);
>
> no_frame:
> tid_agg_rx->head_seq_num = seq_inc(tid_agg_rx->head_seq_num);
>
>
Thank you very much for looking into this so promptly. This patch fixes
the problem.
Tested-by: Reinette Chatre <reinette.chatre@intel.com>
Reinette
next prev parent reply other threads:[~2009-12-03 19:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-25 16:46 [PATCH v2 0/5] mac80211: stations per virtual interface, netdev reduction Johannes Berg
2009-11-25 16:46 ` [PATCH v2 1/5] mac80211: move cmntr flag out of rx flags Johannes Berg
2009-11-25 16:46 ` [PATCH v2 2/5] mac80211: move aMPDU RX reorder code Johannes Berg
2009-11-25 16:46 ` [PATCH v2 3/5] mac80211: correctly place " Johannes Berg
2009-12-03 18:13 ` reinette chatre
2009-12-03 18:52 ` Johannes Berg
2009-12-03 19:14 ` Johannes Berg
2009-12-03 19:30 ` reinette chatre [this message]
2009-11-25 16:46 ` [PATCH v2 4/5] mac80211: make station management completely depend on vif Johannes Berg
2009-11-25 19:27 ` [PATCH v3 " Johannes Berg
2009-12-01 9:51 ` Johannes Berg
2009-11-25 16:46 ` [PATCH v2 5/5] mac80211: reduce reliance on netdev Johannes Berg
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=1259868600.4653.300.camel@rc-desk \
--to=reinette.chatre@intel.com \
--cc=johannes@sipsolutions.net \
--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).