summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usb/ch11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/ch11.h b/include/usb/ch11.h
index 924a9ea64c..93f891aea7 100644
--- a/include/usb/ch11.h
+++ b/include/usb/ch11.h
@@ -232,7 +232,7 @@ struct usb_hub_status {
#define USB_HUB_PR_SS 3 /* Super speed hub */
struct usb_hub_descriptor {
- __u8 bDescLength;
+ __u8 bLength;
__u8 bDescriptorType;
__u8 bNbrPorts;
__le16 wHubCharacteristics;