|
@@ -2057,7 +2057,7 @@ struct rtl_priv {
|
|
that it points to the data allocated
|
|
that it points to the data allocated
|
|
beyond this structure like:
|
|
beyond this structure like:
|
|
rtl_pci_priv or rtl_usb_priv */
|
|
rtl_pci_priv or rtl_usb_priv */
|
|
- u8 priv[0];
|
|
|
|
|
|
+ u8 priv[0] __aligned(sizeof(void *));
|
|
};
|
|
};
|
|
|
|
|
|
#define rtl_priv(hw) (((struct rtl_priv *)(hw)->priv))
|
|
#define rtl_priv(hw) (((struct rtl_priv *)(hw)->priv))
|