X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=NetworkPkg%2FIp6Dxe%2FIp6Driver.c;h=69587849cc7740137a67539958ac2fdf08d246f8;hb=79e1ffbdd4cb6ea4d1ec8c25a1f6c905a57458f0;hp=b9a64a80f8d3773363db1fb11c0af59045075d45;hpb=8fedfc04d95cc372b3835c52139e80ef51665f53;p=mirror_edk2.git diff --git a/NetworkPkg/Ip6Dxe/Ip6Driver.c b/NetworkPkg/Ip6Dxe/Ip6Driver.c index b9a64a80f8..69587849cc 100644 --- a/NetworkPkg/Ip6Dxe/Ip6Driver.c +++ b/NetworkPkg/Ip6Dxe/Ip6Driver.c @@ -1,7 +1,7 @@ /** @file The driver binding and service binding protocol for IP6 driver. - Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -573,8 +573,6 @@ Ip6DriverBindingStart ( // mIp6Id = NET_RANDOM (NetRandomInitSeed ()); - Ip6SetVariableData (IpSb); - return EFI_SUCCESS; } @@ -701,11 +699,6 @@ Ip6DriverBindingStop ( State = IpSb->State; IpSb->State = IP6_SERVICE_DESTROY; - // - // Clear the variable data. - // - Ip6ClearVariableData (IpSb); - Status = Ip6CleanService (IpSb); if (EFI_ERROR (Status)) { IpSb->State = State; @@ -943,9 +936,6 @@ Ip6ServiceBindingDestroyChild ( } Status = Ip6CleanProtocol (IpInstance); - - Ip6SetVariableData (IpSb); - if (EFI_ERROR (Status)) { gBS->InstallMultipleProtocolInterfaces ( &ChildHandle,