Revision: 15351
          http://sourceforge.net/p/edk2/code/15351
Author:   sfu5
Date:     2014-03-20 08:19:28 +0000 (Thu, 20 Mar 2014)
Log Message:
-----------
Removes MacString Rt attribute in Ip4Config/Mnp driver.
Signed-off-by: Fu Siyuan <[email protected]>
Reviewed-by: Dong, Guo <[email protected]>
Reviewed-by: Yao, Jiewen <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Universal/Network/MnpDxe/MnpVlan.c
    trunk/edk2/MdePkg/Include/Protocol/Ip4Config.h

Modified: trunk/edk2/MdeModulePkg/Universal/Network/MnpDxe/MnpVlan.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/Network/MnpDxe/MnpVlan.c  2014-03-20 
06:04:50 UTC (rev 15350)
+++ trunk/edk2/MdeModulePkg/Universal/Network/MnpDxe/MnpVlan.c  2014-03-20 
08:19:28 UTC (rev 15351)
@@ -1,7 +1,7 @@
 /** @file
   VLAN Config Protocol implementation and VLAN packet process routine.
 
-Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions
 of the BSD License which accompanies this distribution.  The full
@@ -320,7 +320,7 @@
   return gRT->SetVariable (
                 MnpDeviceData->MacString,
                 &gEfiVlanConfigProtocolGuid,
-                EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS | 
EFI_VARIABLE_RUNTIME_ACCESS,
+                EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS,
                 NumberOfVlan * sizeof (VLAN_TCI),
                 VlanVariable
                 );

Modified: trunk/edk2/MdePkg/Include/Protocol/Ip4Config.h
===================================================================
--- trunk/edk2/MdePkg/Include/Protocol/Ip4Config.h      2014-03-20 06:04:50 UTC 
(rev 15350)
+++ trunk/edk2/MdePkg/Include/Protocol/Ip4Config.h      2014-03-20 08:19:28 UTC 
(rev 15351)
@@ -2,7 +2,7 @@
   This file provides a definition of the EFI IPv4 Configuration
   Protocol.
 
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials are licensed and made available 
under 
 the terms and conditions of the BSD License that accompanies this 
distribution.  
 The full text of the license may be found at
@@ -28,8 +28,7 @@
 typedef struct _EFI_IP4_CONFIG_PROTOCOL EFI_IP4_CONFIG_PROTOCOL;
 
 #define IP4_CONFIG_VARIABLE_ATTRIBUTES \
-        (EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS | \
-         EFI_VARIABLE_RUNTIME_ACCESS)
+        (EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS)
 
 ///
 /// EFI_IP4_IPCONFIG_DATA contains the minimum IPv4 configuration data 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to