Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dwow.c97 struct ethhdr *old_hdr_mask = (struct ethhdr *)hdr_8023_bit_mask; in ath10k_wow_convert_8023_to_80211() local
113 memcpy(new_hdr_mask->addr1, old_hdr_mask->h_dest, ETH_ALEN); in ath10k_wow_convert_8023_to_80211()
117 memcpy(new_hdr_mask->addr3, old_hdr_mask->h_source, ETH_ALEN); in ath10k_wow_convert_8023_to_80211()
124 &old_hdr_mask->h_proto, in ath10k_wow_convert_8023_to_80211()
125 sizeof(old_hdr_mask->h_proto)); in ath10k_wow_convert_8023_to_80211()