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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Drx.c211 struct rx_radiotap_hdr radiotap_hdr; local
235 memset(&radiotap_hdr, 0, sizeof(radiotap_hdr));
236 radiotap_hdr.hdr.it_len = cpu_to_le16 (sizeof(struct rx_radiotap_hdr));
237 radiotap_hdr.hdr.it_present = cpu_to_le32 (RX_RADIOTAP_PRESENT);
238 radiotap_hdr.rate = convert_mv_rate_to_radiotap(prxpd->rx_rate);
239 radiotap_hdr.antsignal = prxpd->snr + prxpd->nf;
254 memcpy(pradiotap_hdr, &radiotap_hdr, sizeof(struct rx_radiotap_hdr));
H A Dtx.c181 struct tx_radiotap_hdr *radiotap_hdr; local
187 radiotap_hdr = (struct tx_radiotap_hdr *)priv->currenttxskb->data;
189 radiotap_hdr->data_retries = try_count ?

Completed in 170 milliseconds