Searched refs:old_hdr_mask (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wow.c | 97 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()
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wow.c | 170 struct ethhdr *old_hdr_mask = (struct ethhdr *)hdr_8023_bit_mask; in ath11k_wow_convert_8023_to_80211() local 192 memcpy(new_hdr_mask->addr1, old_hdr_mask->h_dest, ETH_ALEN); in ath11k_wow_convert_8023_to_80211() 196 memcpy(new_hdr_mask->addr3, old_hdr_mask->h_source, ETH_ALEN); in ath11k_wow_convert_8023_to_80211() 203 &old_hdr_mask->h_proto, in ath11k_wow_convert_8023_to_80211() 204 sizeof(old_hdr_mask->h_proto)); in ath11k_wow_convert_8023_to_80211()
|