From: Johannes Berg Date: Wed, 16 Nov 2011 14:28:55 +0000 (+0100) Subject: mac80211: use skb list for fragments X-Git-Tag: v3.3-rc1~182^2~261^2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=252b86c43225d067468dd182e9ae616ad2532bc8;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed