]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TcpDxe/TcpDriver.h
1. Mark the network volatile variables as deprecated in code comments and remove...
[mirror_edk2.git] / NetworkPkg / TcpDxe / TcpDriver.h
index 5208048edff19944ba4ea699b95d3f31a9f5be4e..19dd168e89f19ebec5868d91b59f64d3b4b37310 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The prototype of driver binding and service binding protocol for TCP driver.\r
 \r
 /** @file\r
   The prototype of driver binding and service binding protocol for TCP driver.\r
 \r
-  Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -33,7 +33,6 @@ typedef struct _TCP_SERVICE_DATA {
   UINT8                         IpVersion;\r
   IP_IO                         *IpIo;\r
   EFI_SERVICE_BINDING_PROTOCOL  ServiceBinding;\r
   UINT8                         IpVersion;\r
   IP_IO                         *IpIo;\r
   EFI_SERVICE_BINDING_PROTOCOL  ServiceBinding;\r
-  CHAR16                        *MacString;\r
   LIST_ENTRY                    SocketList;\r
 } TCP_SERVICE_DATA;\r
 \r
   LIST_ENTRY                    SocketList;\r
 } TCP_SERVICE_DATA;\r
 \r