Home
last modified time | relevance | path

Searched refs:ipw_hdr (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c3055 struct ipw2100_data_header *ipw_hdr; in ipw2100_tx_send_data() local
3089 ipw_hdr = packet->info.d_struct.data; in ipw2100_tx_send_data()
3096 memcpy(ipw_hdr->src_addr, hdr->addr2, ETH_ALEN); in ipw2100_tx_send_data()
3097 memcpy(ipw_hdr->dst_addr, hdr->addr3, ETH_ALEN); in ipw2100_tx_send_data()
3101 memcpy(ipw_hdr->src_addr, hdr->addr2, ETH_ALEN); in ipw2100_tx_send_data()
3102 memcpy(ipw_hdr->dst_addr, hdr->addr1, ETH_ALEN); in ipw2100_tx_send_data()
3105 ipw_hdr->host_command_reg = SEND; in ipw2100_tx_send_data()
3106 ipw_hdr->host_command_reg1 = 0; in ipw2100_tx_send_data()
3109 ipw_hdr->needs_encryption = 0; in ipw2100_tx_send_data()
3110 ipw_hdr->encrypted = packet->info.d_struct.txb->encrypted; in ipw2100_tx_send_data()
[all …]