diff options
Diffstat (limited to 'include/linux/usb/ch9.h')
| -rw-r--r-- | include/linux/usb/ch9.h | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h index 969e7dba6358..c93b410b314a 100644 --- a/include/linux/usb/ch9.h +++ b/include/linux/usb/ch9.h @@ -3,7 +3,7 @@   * This file holds USB constants and structures that are needed for   * USB device APIs.  These are used by the USB device model, which is   * defined in chapter 9 of the USB 2.0 specification and in the - * Wireless USB 1.0 (spread around).  Linux has several APIs in C that + * Wireless USB 1.0 spec (now defunct).  Linux has several APIs in C that   * need these:   *   * - the host side Linux-USB kernel driver API; @@ -14,9 +14,6 @@   * act either as a USB host or as a USB device.  That means the host and   * device side APIs benefit from working well together.   * - * There's also "Wireless USB", using low power short range radios for - * peripheral interconnection but otherwise building on the USB framework. - *   * Note all descriptors are declared '__attribute__((packed))' so that:   *   * [a] they never get padded, either internally (USB spec writers  |