On Fri, 2013-02-22 at 10:08 +0100, Piotr Haber wrote: > Some devices share antenna/analog front end between Wifi > and Bluetooth. The hardware coexistence interface allows > them to do so, but there are situations when it would > be beneficial if software had a way to have influence on it > as well. It can be used to protect time sensitive > traffic in presence of Bluetooth voice stream, > for an example EAPOL handshake or DHCP negotiation. > > This patch adds new attribute to SET_WIPHY command > and a new field in struct wiphy to allow control of the > coexistence behavior. Devices that do not share resources > with Bluetooth can ignore this parameter. Apart from a few minor technical comments that I'll omit for now, I'm not sure what value this really has? EAPOL can already be "protected" by way of knowing when the station is marked authorized, and DHCP is pretty tricky because it could take "forever", might not be there at all, etc. What application would actually call this? I don't really see how it could be integrated like that. 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