MAX_MGMT_PKT_SIZE
if (skb->len > MAX_MGMT_PKT_SIZE) {
skb = dev_alloc_skb(MAX_MGMT_PKT_SIZE);
memset(skb->data, 0, MAX_MGMT_PKT_SIZE);