Lines Matching refs:ipw_hdr
3061 struct ipw2100_data_header *ipw_hdr; in ipw2100_tx_send_data() local
3095 ipw_hdr = packet->info.d_struct.data; in ipw2100_tx_send_data()
3102 memcpy(ipw_hdr->src_addr, hdr->addr2, ETH_ALEN); in ipw2100_tx_send_data()
3103 memcpy(ipw_hdr->dst_addr, hdr->addr3, ETH_ALEN); in ipw2100_tx_send_data()
3107 memcpy(ipw_hdr->src_addr, hdr->addr2, ETH_ALEN); in ipw2100_tx_send_data()
3108 memcpy(ipw_hdr->dst_addr, hdr->addr1, ETH_ALEN); in ipw2100_tx_send_data()
3111 ipw_hdr->host_command_reg = SEND; in ipw2100_tx_send_data()
3112 ipw_hdr->host_command_reg1 = 0; in ipw2100_tx_send_data()
3115 ipw_hdr->needs_encryption = 0; in ipw2100_tx_send_data()
3116 ipw_hdr->encrypted = packet->info.d_struct.txb->encrypted; in ipw2100_tx_send_data()
3118 ipw_hdr->fragment_size = in ipw2100_tx_send_data()
3122 ipw_hdr->fragment_size = 0; in ipw2100_tx_send_data()