--- zzzz-none-000/linux-2.6.28.10/drivers/net/usb/usbnet.c 2009-05-02 18:54:43.000000000 +0000 +++ fusiv-7390-686/linux-2.6.28.10/drivers/net/usb/usbnet.c 2014-03-07 11:04:27.000000000 +0000 @@ -1196,12 +1196,15 @@ if (status < 0) goto out1; +/* --- 20140307 AVM/WK: FIX: we always want usb0, not eth4 ---*/ +#if 0 // heuristic: "usb%d" for links we know are two-host, // else "eth%d" when there's reasonable doubt. userspace // can rename the link if it knows better. if ((dev->driver_info->flags & FLAG_ETHER) != 0 && (net->dev_addr [0] & 0x02) == 0) strcpy (net->name, "eth%d"); +#endif /* WLAN devices should always be named "wlan%d" */ if ((dev->driver_info->flags & FLAG_WLAN) != 0) strcpy(net->name, "wlan%d");