X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=include%2Fshared%2Fwlan.h;h=78b0ee42a4175fb0ccaf23668e904ca55f0a5f47;hb=HEAD;hp=61c311216fb96f35933f63448198e1b9eaf177e5;hpb=cb3e585dce0152374a3db742d232d148f32d0299;p=carl9170fw.git diff --git a/include/shared/wlan.h b/include/shared/wlan.h index 61c3112..78b0ee4 100644 --- a/include/shared/wlan.h +++ b/include/shared/wlan.h @@ -327,7 +327,7 @@ struct _carl9170_tx_superdesc { struct _carl9170_tx_superframe { struct _carl9170_tx_superdesc s; struct _ar9170_tx_hwdesc f; - u8 frame_data[0]; + u8 frame_data[]; } __packed __aligned(4); #define CARL9170_TX_SUPERDESC_LEN 24