Here's the queue redesign we've been talking about. The monitor patch is needed because when a driver actually uses the new queue feature there isn't any queue to TX frames on for purely virtual interfaces. This only affects monitor (AP_VLAN are tied to AP) and only when injecting frames that don't have a TA matching another interface (as we bind the frames to that interface then). That, however is probably the biggest use case (now that monitor-for-AP is dying). As a consequence, drivers wanting to support "pure" injection and using the new queue features need to support the pure monitor interface feature as well. Also, the pure monitor feature will help implement monitor mode on devices where that is mutually exclusive with other modes (like iwlwifi.) The monitor feature I've tested in hwsim, it works. The queue feature isn't tested at all, I haven't even done any kind of regression tests for drivers not using it. Thanks goes out to everybody I discussed this with (on IRC or elsewhere), and also Michal for reviewing a first version of this patch :-) 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