ath11k_htc_hdr
skb_pull(skb, sizeof(struct ath11k_htc_hdr));
skb = dev_alloc_skb(size + sizeof(struct ath11k_htc_hdr));
skb_reserve(skb, sizeof(struct ath11k_htc_hdr));
struct ath11k_htc_hdr *hdr;
hdr = (struct ath11k_htc_hdr *)skb->data;
skb_reserve(skb, sizeof(struct ath11k_htc_hdr));
struct ath11k_htc_hdr *hdr;
hdr = (struct ath11k_htc_hdr *)skb->data;
skb_push(skb, sizeof(struct ath11k_htc_hdr));
sizeof(struct ath11k_htc_hdr))