USB: Remove USB_SPEED_WIRELESS.

It doesn't belong after SUPER, as it's really an extension of USB 2.0
(Linux puts it after HIGHSPEED indeed, as "USB 2.5".) If we eventually
want to support it, we can add it there.
This commit is contained in:
Augustin Cavalier 2019-07-12 23:12:05 -04:00
parent e06f640862
commit b1ea5557ec

View File

@ -90,8 +90,7 @@ typedef enum {
USB_SPEED_FULLSPEED,
USB_SPEED_HIGHSPEED,
USB_SPEED_SUPER,
USB_SPEED_WIRELESS,
USB_SPEED_MAX = USB_SPEED_WIRELESS
USB_SPEED_MAX = USB_SPEED_SUPER
} usb_speed;