From 0424593539571162530df9f3179f5c6851a01577 Mon Sep 17 00:00:00 2001 From: tye Date: Wed, 11 Nov 2009 07:05:49 +0000 Subject: 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@9412 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/Ip4.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MdePkg') diff --git a/MdePkg/Include/Protocol/Ip4.h b/MdePkg/Include/Protocol/Ip4.h index 246104dcc5..15ec514d80 100644 --- a/MdePkg/Include/Protocol/Ip4.h +++ b/MdePkg/Include/Protocol/Ip4.h @@ -143,6 +143,10 @@ typedef struct { /// BOOLEAN IsStarted; /// + /// The maximum packet size, in bytes, of the packet which the upper layer driver could feed. + /// + UINT32 MaxPacketSize; + /// /// Current configuration settings. /// EFI_IP4_CONFIG_DATA ConfigData; -- cgit v1.2.3