Daniel Drake <dsd@xxxxxxxxxx> writes: > This reimplements code allowing for mesh channel selection according > to how NetworkManager expects. [...] > +static const iw_handler mesh_iw_handler[] = > +{ > + IW_HANDLER(SIOCGIWNAME, (iw_handler) mesh_get_name), > + IW_HANDLER(SIOCGIWFREQ, (iw_handler) mesh_get_freq), > + IW_HANDLER(SIOCSIWFREQ, (iw_handler) mesh_set_freq), > +}; We are trying to remove wext code, not add it. I'm surprised to see this. -- Kalle Valo -- 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