commit | 69687a0b9934942e61bf8148c242adea87183a5b | [log] [tgz] |
---|---|---|
author | Luis Carlos Cobo <luisca@cozybit.com> | Mon May 05 12:29:42 2008 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon May 12 21:22:18 2008 -0400 |
tree | a235fcc6f21a97c95ff2c58d3f13fa129370b84d | |
parent | ef269254772a0d2253c85cafe160e3f6528eb292 [diff] |
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 <luisca@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>