diff --git a/include/linux/usb/ch11.h b/include/linux/usb/ch11.h index b6c2863b2c942cafec851abd791a8d93efe13f3b..7692dc69ccf7aeeb16ebc682b57d519c56642ba1 100644 --- a/include/linux/usb/ch11.h +++ b/include/linux/usb/ch11.h @@ -236,8 +236,8 @@ struct usb_hub_descriptor { struct { __u8 bHubHdrDecLat; - __u16 wHubDelay; - __u16 DeviceRemovable; + __le16 wHubDelay; + __le16 DeviceRemovable; } __attribute__ ((packed)) ss; } u; } __attribute__ ((packed));