From: Johannes Berg Date: Thu, 15 May 2008 10:55:29 +0000 (+0200) Subject: mac80211: move TX info into skb->cb X-Git-Tag: v2.6.27-rc1~969^2~337^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e039fa4a4195ac4ee895e6f3d1334beed63256fe;p=pandora-kernel.git mac80211: move TX info into skb->cb This patch converts mac80211 and all drivers to have transmit information and status in skb->cb rather than allocating extra memory for it and copying all the data around. To make it fit, a union is used where only data that is necessary for all steps is kept outside of the union. A number of fixes were done by Ivo, as well as the rt2x00 part of this patch. Signed-off-by: Ivo van Doorn Signed-off-by: Johannes Berg Acked-by: David S. Miller Signed-off-by: John W. Linville --- Reading git-diff-tree failed