All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] submit fragmented packets to drivers at once
@ 2011-11-16 14:28 Johannes Berg
  2011-11-16 14:28 ` [PATCH 1/4] mac80211: use skb list for fragments Johannes Berg
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Johannes Berg @ 2011-11-16 14:28 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

This is something I have wanted to do for a while -- many
drivers can handle multiple fragments at once much easier
than getting every single one at a time.

I've long thought about how to do this best and arrived at
the conclusion now that simply adding a compat handler for
tx_frags (which mac80211 uses) is best.

Tested on iwlagn with the compat handler, will use the new
tx_frags soon I hope.

johannes


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

end of thread, other threads:[~2011-11-16 15:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-16 14:28 [PATCH 0/4] submit fragmented packets to drivers at once Johannes Berg
2011-11-16 14:28 ` [PATCH 1/4] mac80211: use skb list for fragments Johannes Berg
2011-11-16 14:28 ` [PATCH 2/4] mac80211: move fragment flag adjustment Johannes Berg
2011-11-16 14:28 ` [PATCH 3/4] mac80211: make TX LED handling independent of fragmentation Johannes Berg
2011-11-16 14:28 ` [PATCH 4/4] mac80211: transmit fragment list to drivers Johannes Berg
2011-11-16 14:40   ` Ivo Van Doorn
2011-11-16 14:42     ` Johannes Berg
2011-11-16 14:46       ` Ivo Van Doorn
2011-11-16 15:02   ` [PATCH v2 " Johannes Berg

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.