]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[snp] Set EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST bit as per UEFI spec
authorIgnat Korchagin <ignat@cloudflare.com>
Fri, 13 Dec 2019 16:17:58 +0000 (16:17 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 16 Dec 2019 10:46:04 +0000 (10:46 +0000)
commitea832529a5d2ac7c82f68b1ce86cf272f0cdf2cb
tree4b8ac213b096ce7bcdcd98b594c28812c5aedb9a
parented4a82e239dbdc3b60840d792fca9ceb269953e4
[snp] Set EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST bit as per UEFI spec

According to UEFI specification 2.8 p 24.1 we must set the
EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST bit in the "Disable" mask, when
"ResetMCastFilter" is TRUE.

Signed-off-by: Ignat Korchagin <ignat@cloudflare.com>
Split-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/efi/snpnet.c