On Wed, 2012-12-12 at 13:54 -0800, greearb@xxxxxxxxxxxxxxx wrote: > From: Ben Greear <greearb@xxxxxxxxxxxxxxx> > > In an earlier version of this code, testing found that sometimes > either sta wasn't found or sta->sdata was NULL. This caused > crashes of course. So, add checks with WARN_ON_ONCE to > catch these. I don't know what you tested, but there's absolutely no way that sta->sdata is NULL... *Especially* not after sta_info_get_bss(), I mean, look at that function. But once it's on the list it can't be NULL, so I'm not going to apply this patch. In the future, I'd appreciate if you could avoid avoid sending patches for drivers and mac80211 etc. in one series, it gets confusing with who applies what etc. 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