Searched refs:adm8211_tx_hdr (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/
H A Dadm8211.h454 struct adm8211_tx_hdr { struct
H A Dadm8211.c337 skb_pull(skb, sizeof(struct adm8211_tx_hdr));
1616 /* Transmit skb w/adm8211_tx_hdr (802.11 header created by hardware) */
1663 /* Put adm8211_tx_hdr on skb and transmit */
1666 struct adm8211_tx_hdr *txhdr;
1685 txhdr = (struct adm8211_tx_hdr *) skb_push(skb, sizeof(*txhdr));
1862 dev->extra_tx_headroom = sizeof(struct adm8211_tx_hdr);

Completed in 15 milliseconds