On Fri, 2017-03-10 at 10:34 +0100, Sven Eckelmann wrote: > From: Benjamin Berg <benjamin@xxxxxxxxxxxxxxxx> > > Previously it was not possible to have multiple listeners for > management frames in userspace. This is a bit weird as multiple > processes in userspace might try to request management frame > reporting but only the first request was accepted. I vaguely remember discussing this with Benjamin. > It is currently unknown why Benjamin never forwarded it. I am doing > this now to have a chance that this private patch doesn't have to be > rebased anymore by OpenMesh. I'm not sure I mentioned it to him, or even remembered it when we were discussing it, but I don't think this patch is a good idea, at least for action frames. For non-action frames, I don't see any problem. However, for action frames, if you subscribe you get the responsibility to return if unhandled (setting 0x80 in the action code fields). With multiple subscribers, that becomes impossible. If you restrict it to non-action I can live with it, but I don't know what you really want to do with this. johannes