On Sat, Jul 13, 2013 at 4:37 PM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > On Sat, 2013-07-13 at 12:28 -0400, Jason Andryuk wrote: > >> > + if (rx->skb->len >= 24 && rx->sta && >> >> Shouldn't this check rx->skb first? >> if (rx->sta && rx->sta->len >= 24 && > > Hmm? did you mean rx->skb? But what makes you think it can be NULL??? Whoops, I totally misread sta v skb. Sorry for the noise. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html