ath10k: use msdu headroom to store txfrag
[cascardo/linux.git] / drivers / net / wireless / ath / ath10k / core.h
index 4563f80..292ad45 100644 (file)
@@ -54,7 +54,9 @@ struct ath10k_skb_cb {
                u8 vdev_id;
                u8 tid;
                bool is_offchan;
-               struct sk_buff *txfrag;
+
+               u8 frag_len;
+               u8 pad_len;
        } __packed htt;
 } __packed;