Home
last modified time | relevance | path

Searched refs:mpdu_header_off (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c45 skb_put(skb, bd->pdu.mpdu_header_off + bd->pdu.mpdu_len); in wcn36xx_rx_skb()
46 skb_pull(skb, bd->pdu.mpdu_header_off); in wcn36xx_rx_skb()
91 bd->pdu.mpdu_header_off = sizeof(*bd); in wcn36xx_set_tx_pdu()
93 bd->pdu.mpdu_header_off; in wcn36xx_set_tx_pdu()
Dtxrx.h53 u32 mpdu_header_off:8; member