On Mon, 2009-06-01 at 06:30 -0700, Kalle Valo wrote: > Jouni Malinen <jouni.malinen@xxxxxxxxxxx> writes: > > > + /* > > + * It looks like mac80211 may end up using beacon interval of zero in > > + * some cases (at least for mesh point). Avoid getting into an > > + * infinite loop by using a bit safer value instead.. > > + */ > > + if (intval == 0) > > + intval = 100; > > Maybe a big fat warning here would help with debugging the issue? If we agree that this should never happen, such a thing could be added. Though, it would probably be better to place that in mac80211 so that it would catch the issue with any driver. The beacon_int=0 notification is not really in any way specific to ath9k; only this workaround for driver behavior is. - Jouni -- 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