[PATCH] USB: usbnet (4/9) module for net1080 cables
authorDavid Brownell <david-b@pacbell.net>
Wed, 31 Aug 2005 16:53:26 +0000 (09:53 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 23:28:31 +0000 (16:28 -0700)
commit904813cd8a0b334189da285bb05af0b18b062502
treeb602c3a1b8907dcd9dc43193f41477cfc402fcc2
parent2e55cc7210fef90f88201e860d8767594974574e
[PATCH] USB: usbnet (4/9) module for net1080 cables

As with the "cdc_subset" and "asix" drivers, this just moves the net1080
support into its one driver module.  In this case there's a small bit of
extra cleanup involved, moving some funky framing logic into the tx_fixup()
routine (resolving a long overdue FIXME).

Minor historical note:  "usbnet" started out as "net1080", then got
generalized to make it easier for other network drivers to reuse the
urb queueing and fault management code here.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/net/Kconfig
drivers/usb/net/Makefile
drivers/usb/net/net1080.c [new file with mode: 0644]
drivers/usb/net/usbnet.c