OWL_EMAC_SKB_ALIGN
offset = ((uintptr_t)skb->data) & (OWL_EMAC_SKB_ALIGN - 1);
skb_reserve(skb, OWL_EMAC_SKB_ALIGN - offset);