Lines Matching refs:txhdr
1677 struct adm8211_tx_hdr *txhdr; in adm8211_tx() local
1696 txhdr = skb_push(skb, sizeof(*txhdr)); in adm8211_tx()
1697 memset(txhdr, 0, sizeof(*txhdr)); in adm8211_tx()
1698 memcpy(txhdr->da, ieee80211_get_DA(hdr), ETH_ALEN); in adm8211_tx()
1699 txhdr->signal = plcp_signal; in adm8211_tx()
1700 txhdr->frame_body_size = cpu_to_le16(payload_len); in adm8211_tx()
1701 txhdr->frame_control = hdr->frame_control; in adm8211_tx()
1705 txhdr->frag = cpu_to_le16(0x0FFF); in adm8211_tx()
1708 txhdr->plcp_frag_head_len = cpu_to_le16(plcp); in adm8211_tx()
1709 txhdr->plcp_frag_tail_len = cpu_to_le16(plcp); in adm8211_tx()
1710 txhdr->dur_frag_head = cpu_to_le16(dur); in adm8211_tx()
1711 txhdr->dur_frag_tail = cpu_to_le16(dur); in adm8211_tx()
1713 txhdr->header_control = cpu_to_le16(ADM8211_TXHDRCTL_ENABLE_EXTEND_HEADER); in adm8211_tx()
1716 txhdr->header_control |= cpu_to_le16(ADM8211_TXHDRCTL_SHORT_PREAMBLE); in adm8211_tx()
1719 txhdr->header_control |= cpu_to_le16(ADM8211_TXHDRCTL_ENABLE_RTS); in adm8211_tx()
1721 txhdr->retry_limit = info->control.rates[0].count; in adm8211_tx()