From: Yoni Divinsky Date: Mon, 16 Jan 2012 13:18:59 +0000 (+0200) Subject: mac80211: fix tx->skb NULL pointer dereference X-Git-Tag: v3.3-rc1~17^2~6^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32a102819eef99d4d87019266bea208447be0a0;p=pandora-kernel.git mac80211: fix tx->skb NULL pointer dereference In function ieee80211_tx_h_encrypt the var info was initialized from tx->skb, since the fucntion is called after the function ieee80211_tx_h_fragment tx->skb is not valid anymore. Signed-off-by: Yoni Divinsky Signed-off-by: John W. Linville --- Reading git-diff-tree failed