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.38-rc1~476^2~104^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=489ee9195a7de9e6bc833d639ff6b553ffdad90e;p=pandora-kernel.git mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmit 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 --- Reading git-diff-tree failed