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

/linux-master/drivers/net/wireless/marvell/libertas/
H A Drx.c213 struct rx_radiotap_hdr radiotap_hdr; local
235 memset(&radiotap_hdr, 0, sizeof(radiotap_hdr));
236 /* XXX must check radiotap_hdr.hdr.it_pad for pad */
237 radiotap_hdr.hdr.it_len = cpu_to_le16 (sizeof(struct rx_radiotap_hdr));
238 radiotap_hdr.hdr.it_present = cpu_to_le32 (RX_RADIOTAP_PRESENT);
239 radiotap_hdr.rate = convert_mv_rate_to_radiotap(prxpd->rx_rate);
241 radiotap_hdr.antsignal = prxpd->snr + prxpd->nf;
256 memcpy(pradiotap_hdr, &radiotap_hdr, sizeof(struct rx_radiotap_hdr));
H A Dtx.c183 struct tx_radiotap_hdr *radiotap_hdr; local
189 radiotap_hdr = (struct tx_radiotap_hdr *)priv->currenttxskb->data;
191 radiotap_hdr->data_retries = try_count ?

Completed in 199 milliseconds