On Wed, 2013-02-06 at 16:44 -0800, Ben Greear wrote: > This came from my patched 3.7.6+ kernel...it has some additional printout for the > WDS/flush states, in case that helps any... > > Doesn't seem to have caused any lasting harm. > [13051.973344] sta6: authenticate with 00:ab:87:60:10:10 > [13052.099487] sta6: send auth to 00:ab:87:60:10:10 (try 1/3) > [13052.139177] sta6: authenticated > [13052.176209] sta6: Invalid WDS/flush state, type: 2 WDS: 5 flushed: 1 > [13052.193241] ------------[ cut here ]------------ > [13052.206642] WARNING: at /home/greearb/git/linux-3.7.dev.y/net/mac80211/iface.c:705 ieee80211_do_stop+0x647/0x6a0 [mac80211]() Humm, ok, I see what happens here ... in ieee80211_do_stop() we flush stations first, and then later call ieee80211_mgd_stop(). That should clearly be the other way around (also the AP bit there), but I'm not entirely sure what to do. Probably just move the ieee80211_mgd_stop() call up to the start of the function. johannes -- 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