Lines Matching refs:txhdr
1667 struct adm8211_tx_hdr *txhdr; in adm8211_tx() local
1686 txhdr = (struct adm8211_tx_hdr *) skb_push(skb, sizeof(*txhdr)); in adm8211_tx()
1687 memset(txhdr, 0, sizeof(*txhdr)); in adm8211_tx()
1688 memcpy(txhdr->da, ieee80211_get_DA(hdr), ETH_ALEN); in adm8211_tx()
1689 txhdr->signal = plcp_signal; in adm8211_tx()
1690 txhdr->frame_body_size = cpu_to_le16(payload_len); in adm8211_tx()
1691 txhdr->frame_control = hdr->frame_control; in adm8211_tx()
1695 txhdr->frag = cpu_to_le16(0x0FFF); in adm8211_tx()
1698 txhdr->plcp_frag_head_len = cpu_to_le16(plcp); in adm8211_tx()
1699 txhdr->plcp_frag_tail_len = cpu_to_le16(plcp); in adm8211_tx()
1700 txhdr->dur_frag_head = cpu_to_le16(dur); in adm8211_tx()
1701 txhdr->dur_frag_tail = cpu_to_le16(dur); in adm8211_tx()
1703 txhdr->header_control = cpu_to_le16(ADM8211_TXHDRCTL_ENABLE_EXTEND_HEADER); in adm8211_tx()
1706 txhdr->header_control |= cpu_to_le16(ADM8211_TXHDRCTL_SHORT_PREAMBLE); in adm8211_tx()
1709 txhdr->header_control |= cpu_to_le16(ADM8211_TXHDRCTL_ENABLE_RTS); in adm8211_tx()
1711 txhdr->retry_limit = info->control.rates[0].count; in adm8211_tx()