Lines Matching refs:txhdr
1676 struct adm8211_tx_hdr *txhdr; in adm8211_tx() local
1695 txhdr = skb_push(skb, sizeof(*txhdr)); in adm8211_tx()
1696 memset(txhdr, 0, sizeof(*txhdr)); in adm8211_tx()
1697 memcpy(txhdr->da, ieee80211_get_DA(hdr), ETH_ALEN); in adm8211_tx()
1698 txhdr->signal = plcp_signal; in adm8211_tx()
1699 txhdr->frame_body_size = cpu_to_le16(payload_len); in adm8211_tx()
1700 txhdr->frame_control = hdr->frame_control; in adm8211_tx()
1704 txhdr->frag = cpu_to_le16(0x0FFF); in adm8211_tx()
1707 txhdr->plcp_frag_head_len = cpu_to_le16(plcp); in adm8211_tx()
1708 txhdr->plcp_frag_tail_len = cpu_to_le16(plcp); in adm8211_tx()
1709 txhdr->dur_frag_head = cpu_to_le16(dur); in adm8211_tx()
1710 txhdr->dur_frag_tail = cpu_to_le16(dur); in adm8211_tx()
1712 txhdr->header_control = cpu_to_le16(ADM8211_TXHDRCTL_ENABLE_EXTEND_HEADER); in adm8211_tx()
1715 txhdr->header_control |= cpu_to_le16(ADM8211_TXHDRCTL_SHORT_PREAMBLE); in adm8211_tx()
1718 txhdr->header_control |= cpu_to_le16(ADM8211_TXHDRCTL_ENABLE_RTS); in adm8211_tx()
1720 txhdr->retry_limit = info->control.rates[0].count; in adm8211_tx()