> @@ -94,6 +95,7 @@ config USB_RTL8150
>  
>  config USB_USBNET
>       tristate "Multi-purpose USB Networking Framework"
> +     select MII
>       ---help---
>         This driver supports several kinds of network links over USB,
>         with "minidrivers" built around a common network driver core

The other parts are right, this isn't.

Instead, "usbnet.c" should #ifdef the relevant ethtool hooks
according to CONFIG_MII ... since it's completely legit to
use usbnet with peripherals that don't need MII.

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to