From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Date: Sun, 11 May 2008 00:18:52 +0200 > 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 <IvDoorn@xxxxxxxxx> > Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Please create an IEEE80211_SKB_CB() or similar macro to wrap these casts around with, like all other SKB CB users do. Otherwise: Acked-by: David S. Miller <davem@xxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html