commit | 194410303a6c1e16599f44aa47317208cd89326e | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <masami.hiramatsu@linaro.org> | Thu Sep 16 17:53:27 2021 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 21 03:46:03 2021 +0200 |
tree | 4d14ae4280744f18d5682b4324e21068115d2ab4 | |
parent | 5c041da7f16a7ce1fdf069680ea6040e20cb2775 [diff] |
efi_selftest: Use EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus() for media check According to the UEF specification v2.9, the main purpose of the EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus() is for checking the link status via EFI_SIMPLE_NETWORK_MODE::MediaPresent. So this uses net->get_status() for checking the link status before running network test. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>