From: Felix Fietkau Date: Sat, 18 Dec 2010 18:30:48 +0000 (+0100) Subject: mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmit X-Git-Tag: v2.6.37.1~219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0cac77b3e9419631f66067228b71628d8945cfd;p=pandora-kernel.git mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmit commit 489ee9195a7de9e6bc833d639ff6b553ffdad90e upstream. The change 'mac80211: Fix BUG in pskb_expand_head when transmitting shared skbs' added a check for copying the skb if it's shared, however the tx info variable still points at the cb of the old skb Signed-off-by: Felix Fietkau Acked-by: Helmut Schaa Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed