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

/drivers/net/wireless/libertas/
H A Dtx.c184 struct tx_radiotap_hdr *radiotap_hdr; local
190 radiotap_hdr = (struct tx_radiotap_hdr *)priv->currenttxskb->data;
192 radiotap_hdr->data_retries = try_count ?
H A Drx.c219 struct rx_radiotap_hdr radiotap_hdr; local
243 memset(&radiotap_hdr, 0, sizeof(radiotap_hdr));
244 /* XXX must check radiotap_hdr.hdr.it_pad for pad */
245 radiotap_hdr.hdr.it_len = cpu_to_le16 (sizeof(struct rx_radiotap_hdr));
246 radiotap_hdr.hdr.it_present = cpu_to_le32 (RX_RADIOTAP_PRESENT);
247 radiotap_hdr.rate = convert_mv_rate_to_radiotap(prxpd->rx_rate);
249 radiotap_hdr.antsignal = prxpd->snr + prxpd->nf;
264 memcpy(pradiotap_hdr, &radiotap_hdr, sizeof(struct rx_radiotap_hdr));

Completed in 26 milliseconds