|
@@ -879,7 +879,7 @@ typedef struct hfa384x_usb_error {
|
|
/* Unions for packaging all the known packet types together */
|
|
/* Unions for packaging all the known packet types together */
|
|
|
|
|
|
typedef union hfa384x_usbout {
|
|
typedef union hfa384x_usbout {
|
|
- u16 type;
|
|
|
|
|
|
+ __le16 type;
|
|
hfa384x_usb_txfrm_t txfrm;
|
|
hfa384x_usb_txfrm_t txfrm;
|
|
hfa384x_usb_cmdreq_t cmdreq;
|
|
hfa384x_usb_cmdreq_t cmdreq;
|
|
hfa384x_usb_wridreq_t wridreq;
|
|
hfa384x_usb_wridreq_t wridreq;
|
|
@@ -889,7 +889,7 @@ typedef union hfa384x_usbout {
|
|
} __packed hfa384x_usbout_t;
|
|
} __packed hfa384x_usbout_t;
|
|
|
|
|
|
typedef union hfa384x_usbin {
|
|
typedef union hfa384x_usbin {
|
|
- u16 type;
|
|
|
|
|
|
+ __le16 type;
|
|
hfa384x_usb_rxfrm_t rxfrm;
|
|
hfa384x_usb_rxfrm_t rxfrm;
|
|
hfa384x_usb_txfrm_t txfrm;
|
|
hfa384x_usb_txfrm_t txfrm;
|
|
hfa384x_usb_infofrm_t infofrm;
|
|
hfa384x_usb_infofrm_t infofrm;
|