On Tue, 2012-05-08 at 10:55 +0300, Kalle Valo wrote: > Ben Greear <greearb@xxxxxxxxxxxxxxx> writes: > > > No, there is a check later that does a BUG_ON if our > > we have screwed up the indexing of the stats. > > Please, no BUG_ON() calls in wifi drivers. They just make users life > miserable. WARN_ON() with a safe bailout is enough. $ git grep -w -E "BUG|BUG_ON" drivers/net/wireless | wc -l 209 $ git grep -w -E "BUG_ON" drivers/net/wireless | wc -l 183 $ git grep -w -E "BUG_ON" drivers/net/wireless/ath | wc -l 34 Maybe something for you to look at? -- 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