From: Luis Carlos Cobo Date: Mon, 5 May 2008 19:29:42 +0000 (-0700) Subject: mac80211: fix access to null skb X-Git-Tag: v2.6.26-rc3~65^2~14^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69687a0b9934942e61bf8148c242adea87183a5b;p=pandora-kernel.git mac80211: fix access to null skb Without this patch, if xmit_skb is null but net_ratelimit() returns 0 we would go to the else branch and access the null xmit_skb. Pointed out by Johannes Berg. Signed-off-by: Luis Carlos Cobo Signed-off-by: John W. Linville --- Reading git-diff-tree failed