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??? johannes -- 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