Thursday, September 17, 2009, 5:04:48 AM, Johannes Berg wrote: >> >> --- everything.orig/net/wireless/core.c 2009-09-16 23:45:40.000000000 +0400 >> +++ everything/net/wireless/core.c 2009-09-16 23:48:22.000000000 +0400 >> @@ -350,6 +350,7 @@ >> >> /* give it a proper name */ >> dev_set_name(&rdev->wiphy.dev, PHY_NAME "%d", rdev->wiphy_idx); >> + snprintf(rdev->wiphy.dev.bus_id, BUS_ID_SIZE, PHY_NAME "%d", rdev->wiphy_idx); > Isn't that exactly what dev_set_name() is/was supposed to do? Well, probably yes, but still it doesn't set bus_id, I've checked. Probably it needs some correction. > 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