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