amsdu_hdr        3168 net/mac80211/tx.c 	struct ethhdr *amsdu_hdr;
amsdu_hdr        3181 net/mac80211/tx.c 	if (!ieee80211_amsdu_realloc_pad(local, skb, sizeof(*amsdu_hdr)))
amsdu_hdr        3184 net/mac80211/tx.c 	data = skb_push(skb, sizeof(*amsdu_hdr));
amsdu_hdr        3185 net/mac80211/tx.c 	memmove(data, data + sizeof(*amsdu_hdr), hdr_len);
amsdu_hdr        3187 net/mac80211/tx.c 	amsdu_hdr = data + hdr_len;
amsdu_hdr        3192 net/mac80211/tx.c 	amsdu_hdr->h_proto = cpu_to_be16(subframe_len);
amsdu_hdr        3193 net/mac80211/tx.c 	ether_addr_copy(amsdu_hdr->h_source, h_80211_src);
amsdu_hdr        3194 net/mac80211/tx.c 	ether_addr_copy(amsdu_hdr->h_dest, h_80211_dst);