Christian Lamparter <chunkeey@xxxxxx> writes: >> - BUG_ON(1); >> - break; >> + if (ar9170_nag_limiter(ar)) >> + printk(KERN_ERR "%s: rx'd unexpected " >> + "type of MPDU.\n", >> + wiphy_name(ar->hw->wiphy)); >> + return; >> } > > no, this is really impossible! really! A network driver should not have a BUG_ON(), stalling the whole system is not acceptable. For example, with my current setup I would have no idea why the system even crashed. WARN_ON() should be enough here. -- Kalle Valo -- 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