Johannes Berg 252b86c432 mac80211: use skb list for fragments
We are currently linking the skbs by using skb->next
directly. This works, but the preferred way is to use
a struct sk_buff_head instead. That also prepares for
passing that to drivers directly.

While at it I noticed we calculate the duration for
fragments twice -- remove one of them.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-11-21 16:20:42 -05:00
..
2011-07-08 11:11:24 -04:00
2011-07-08 11:11:24 -04:00
2011-07-08 11:11:24 -04:00
2011-07-08 11:11:20 -04:00
2011-07-08 11:11:20 -04:00
2011-01-05 16:07:12 -05:00
2011-11-09 16:14:09 -05:00
2011-03-31 11:26:23 -03:00
2011-11-09 16:13:53 -05:00
2011-11-11 12:32:49 -05:00
2011-11-09 16:14:09 -05:00
2011-11-21 16:20:42 -05:00
2011-11-21 16:20:42 -05:00
2011-11-21 16:20:42 -05:00
2011-11-09 16:01:01 -05:00
2011-11-21 16:20:42 -05:00