mtk_wed_mcu_hdr
struct mtk_wed_mcu_hdr *hdr = (struct mtk_wed_mcu_hdr *)skb->data;
struct mtk_wed_mcu_hdr *hdr;
hdr = (struct mtk_wed_mcu_hdr *)skb_push(skb, sizeof(*hdr));
struct mtk_wed_mcu_hdr *hdr;
hdr = (struct mtk_wed_mcu_hdr *)skb->data;
int length = sizeof(struct mtk_wed_mcu_hdr) + data_len;
skb_reserve(skb, sizeof(struct mtk_wed_mcu_hdr));
struct mtk_wed_mcu_hdr *hdr;
hdr = (struct mtk_wed_mcu_hdr *)skb->data;
struct mtk_wed_mcu_hdr *hdr = (struct mtk_wed_mcu_hdr *)skb->data;