diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/usbnet.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/usb/usbnet.h b/include/linux/usb/usbnet.h index c642f78dd9cf..de8b4b18961b 100644 --- a/include/linux/usb/usbnet.h +++ b/include/linux/usb/usbnet.h | |||
| @@ -122,9 +122,8 @@ struct driver_info { | |||
| 122 | * right after minidriver have initialized hardware. */ | 122 | * right after minidriver have initialized hardware. */ |
| 123 | int (*early_init)(struct usbnet *dev); | 123 | int (*early_init)(struct usbnet *dev); |
| 124 | 124 | ||
| 125 | /* called by minidriver when link state changes, state: 0=disconnect, | 125 | /* called by minidriver when receiving indication */ |
| 126 | * 1=connect */ | 126 | void (*indication)(struct usbnet *dev, void *ind, int indlen); |
| 127 | void (*link_change)(struct usbnet *dev, int state); | ||
| 128 | 127 | ||
| 129 | /* for new devices, use the descriptor-reading code instead */ | 128 | /* for new devices, use the descriptor-reading code instead */ |
| 130 | int in; /* rx endpoint */ | 129 | int in; /* rx endpoint */ |
