On Thu, 2009-03-19 at 18:05 -0700, Luis R. Rodriguez wrote: > If you try to rename a wiphy multiple times with iw you will get > something like this: > > wiphy rename: phy #1 to 2 > wiphy rename: phy #1 to 3 I don't see any error? # iw phy phy0 set name falafel # iw phy falafel set name guacamole # iw phy guacamole set name phy1 command failed: Invalid argument (-22) # iw phy guacamole set name phy0 where I will get in iw event: $ iw event wiphy rename: phy #0 to falafel wiphy rename: phy #0 to guacamole wiphy rename: phy #0 to phy0 were you expecting the old name, rather than the index? 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