···918919/*920 * TX meta data - stored in skb->cb buffer, so this must not be increased over921- * the 40-byte limit00922 */923struct hostap_skb_tx_data {0924 u32 magic; /* HOSTAP_SKB_TX_DATA_MAGIC */925 u8 rate; /* transmit rate */926#define HOSTAP_TX_FLAGS_WDS BIT(0)
···918919/*920 * TX meta data - stored in skb->cb buffer, so this must not be increased over921+ * the 48-byte limit.922+ * THE PADDING THIS STARTS WITH IS A HORRIBLE HACK THAT SHOULD NOT LIVE923+ * TO SEE THE DAY.924 */925struct hostap_skb_tx_data {926+ unsigned int __padding_for_default_qdiscs;927 u32 magic; /* HOSTAP_SKB_TX_DATA_MAGIC */928 u8 rate; /* transmit rate */929#define HOSTAP_TX_FLAGS_WDS BIT(0)