···918918919919/*920920 * TX meta data - stored in skb->cb buffer, so this must not be increased over921921- * the 40-byte limit921921+ * the 48-byte limit.922922+ * THE PADDING THIS STARTS WITH IS A HORRIBLE HACK THAT SHOULD NOT LIVE923923+ * TO SEE THE DAY.922924 */923925struct hostap_skb_tx_data {926926+ unsigned int __padding_for_default_qdiscs;924927 u32 magic; /* HOSTAP_SKB_TX_DATA_MAGIC */925928 u8 rate; /* transmit rate */926929#define HOSTAP_TX_FLAGS_WDS BIT(0)