1. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply with UEFI 2.3 specification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9414 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
tye 2009-11-11 07:06:57 +00:00
parent a1503a32a8
commit f25c99b103
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/*++ /*++
Copyright (c) 2005 - 2006, Intel Corporation Copyright (c) 2005 - 2009, Intel Corporation
All rights reserved. This program and the accompanying materials All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -79,6 +79,7 @@ typedef struct _EFI_IP4_ICMP_TYPE {
typedef struct { typedef struct {
BOOLEAN IsStarted; BOOLEAN IsStarted;
UINT32 MaxPacketSize;
EFI_IP4_CONFIG_DATA ConfigData; EFI_IP4_CONFIG_DATA ConfigData;
BOOLEAN IsConfigured; BOOLEAN IsConfigured;