X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=include%2Fshared%2Fwlan.h;h=6d6a506cf8c8fde0452864643139e878f5e5298b;hb=a9c6deb3f90e2a8362e555ed78a56a134be7d52f;hp=9e1324b67e08e19cc0bea538b74ed9ab0b5fb924;hpb=19e4d682fca010ef72e0a304335910f670c2268a;p=carl9170fw.git diff --git a/include/shared/wlan.h b/include/shared/wlan.h index 9e1324b..6d6a506 100644 --- a/include/shared/wlan.h +++ b/include/shared/wlan.h @@ -278,7 +278,7 @@ struct ar9170_tx_frame { struct carl9170_tx_superframe { struct carl9170_tx_superdesc s; struct ar9170_tx_frame f; -} __packed; +} __packed __aligned(4); #endif /* __CARL9170FW__ */ @@ -328,7 +328,7 @@ struct _carl9170_tx_superframe { struct _carl9170_tx_superdesc s; struct _ar9170_tx_hwdesc f; u8 frame_data[0]; -} __packed; +} __packed __aligned(4); #define CARL9170_TX_SUPERDESC_LEN 24 #define AR9170_TX_HWDESC_LEN 8