On Wed, Feb 6, 2013 at 12:05 AM, Thomas Pedersen <thomas@xxxxxxxxxxx> wrote: > The patch "mac80211: clean up mesh sta allocation warning" > moved some mesh initialization into a path which is only > called when the kernel handles peering. This causes a hang > when mac80211 tries to clean up a userspace-allocated > station entry and delete a timer which has never been > initialized. > > To avoid this, only do any mesh sta peering teardown if > the kernel is actually handling it. Wait, this would also apply to the del_timer_sync() in mesh_plink_quiesce() then. v2 will add this check to that function. -- Thomas -- 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