commit | 9845b924369cc71457a21e78b5f9e6f7af43532d | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <masami.hiramatsu@linaro.org> | Thu Sep 16 17:53:36 2021 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 21 03:46:03 2021 +0200 |
tree | 06cb59398639b2400681adf81ad3d6065b5587d7 | |
parent | 39a37adf51f88aca245c40ce8652be5c9c5277b9 [diff] |
efi_selftest: Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT in packet receiving loop. This depends on the implementation and not related to whether the packet can be received or not. Whether the received packets are available or not is ensured by wait_for_packet, and that is already done in the loop. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>