17 #define USB_SUBCLASS_CDC_ACM 0x02 20 #define USB_PROTOCOL_ACM_RNDIS 0xff 23 #define USB_CLASS_WIRELESS 0xe0 26 #define USB_SUBCLASS_WIRELESS_RADIO 0x01 29 #define USB_PROTOCOL_RADIO_RNDIS 0x03 50 #define ACM_INTR_MAX_FILL 2 56 #define ACM_IN_MAX_FILL 8 62 #define ACM_IN_MTU 2048 68 #define ACM_RESPONSE_MTU 128 struct usb_bus * bus
USB bus.
struct usbnet_device usbnet
USB network device.
int responded
An encapsulated response is available.
struct usb_device * usb
USB device.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
A USB RNDIS network device.
Universal Serial Bus (USB)
USB Communications Device Class (CDC)
struct rndis_device * rndis
RNDIS device.