> > No, and it should be done. > > were would you recommend to put this tear down? i need a flow were i > > can be sta specific, and is called only once per ifdown. > > sta_info_release related flow, were i thought to put it, is risking me > > with endless loops of kref_put calls. > > That's actually an interesting question. We should, like with keys, > remove all STA info from the driver when the corresponding interface is > down. I'd think it should happen at the same time. I guess you'll have > to add some sort of loop to tear down stations to the down code, I don't > really see any easy way right now. > what about list_for_each_entry sta inside ieee80211_stop to stop the session? i tried it and it worked really well. > 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