linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] fix the aMPDU reorder placement
@ 2009-11-16 14:21 Johannes Berg
  2009-11-16 14:21 ` [RFC 1/3] mac80211: move cmntr flag out of rx flags Johannes Berg
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Johannes Berg @ 2009-11-16 14:21 UTC (permalink / raw)
  To: linux-wireless; +Cc: Jouni Malinen

Our code has a comment about where the reordering
should happen, and why it doesn't hurt being where
it currently is.

However, this code needs to use sta_info_get()
without knowing which virtual interface is the one
we're processing the frames for, which is getting
in my way.

Rather than trying to find the virtual interface
by the DA, I decided to put the reorder code at the
right place instead because then the station pointer
is already known (so we even save a lookup).

Please test! Especially against APs that are prone
to hitting the timeout.

johannes

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-16 14:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-16 14:21 [RFC 0/3] fix the aMPDU reorder placement Johannes Berg
2009-11-16 14:21 ` [RFC 1/3] mac80211: move cmntr flag out of rx flags Johannes Berg
2009-11-16 14:21 ` [RFC 2/3] mac80211: move aMPDU RX reorder code Johannes Berg
2009-11-16 14:21 ` [RFC 3/3] mac80211: correctly place " Johannes Berg

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).