On Wed, 2012-10-10 at 23:24 +0200, Arend van Spriel wrote: > Hi Johannes, > > Reading the comment on .add_virtual_intf() callback I am a bit confused. > > ===== > * @add_virtual_intf: create a new virtual interface with the given name, > * must set the struct wireless_dev's iftype. Beware: You must create > * the new netdev in the wiphy's network namespace! Returns the struct > * wireless_dev, or an ERR_PTR. For P2P device wdevs, the driver must > * also set the address member in the wdev. > ===== > > The last sentence refers to the "address member in wdev", but at least > in my tree struct wireless_dev does not have an address member. Missing > something here? It does in my tree? struct wireless_dev { ... u8 address[ETH_ALEN] __aligned(sizeof(u16)); maybe you missed it? 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