commit | 6a6e7d82562f4c72d5517c98b79ec0b8f7b7906e | [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 | 0218a8f75bc2ecd5ac63d3204cdb2ae5e095220d [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>