commit | 72a8f1685a3fece42b6dd31e41be613bf80352e4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Sep 01 15:24:47 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 05 23:18:51 2019 +0200 |
tree | 81fc1b521ff31c021a6c61ff91f9d4dd1925a953 | |
parent | 5947b49b091c016a2031c9f8b476f249e31eb125 [diff] |
efi_loader: fix status management in network stack The network should start in status EfiSimpleNetworkStopped. Add and correct status checks in the simple network protocol. Correct the unit test: * Shutdown() and Stop() during setup if needed * invoke Shutdown() before Stop() when tearing down Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>