]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/MnpDxe/MnpVlan.c
Removes MacString Rt attribute in Ip4Config/Mnp driver.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe / MnpVlan.c
index aa7da980d982b32189b4c319685f57f9898111ad..6e14c1f37f3f8b07dfc850e36e62b5bdaf6ad386 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   VLAN Config Protocol implementation and VLAN packet process routine.\r
 \r
-Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions\r
 of the BSD License which accompanies this distribution.  The full\r
@@ -320,7 +320,7 @@ MnpSetVlanVariable (
   return gRT->SetVariable (\r
                 MnpDeviceData->MacString,\r
                 &gEfiVlanConfigProtocolGuid,\r
-                EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS,\r
+                EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS,\r
                 NumberOfVlan * sizeof (VLAN_TCI),\r
                 VlanVariable\r
                 );\r