summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-30 09:00:30 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-30 09:00:30 +0000
commit8b74ed4c18edcd94f8232a9c563ac402ed70f209 (patch)
tree5d659da09bafb3f1d43af0cf7f87bcbdb4a61137 /MdePkg
parent77688a8a1e19ebf8b54251d1d61f8b229217d65b (diff)
downloadedk2-8b74ed4c18edcd94f8232a9c563ac402ed70f209.tar.gz
edk2-8b74ed4c18edcd94f8232a9c563ac402ed70f209.tar.bz2
edk2-8b74ed4c18edcd94f8232a9c563ac402ed70f209.zip
Sync patch r9412 from main trunk.
r9412 - 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/branches/UDK2008@10749 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/Ip4.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/Ip4.h b/MdePkg/Include/Protocol/Ip4.h
index beb114a6e5..84e5ed1092 100644
--- a/MdePkg/Include/Protocol/Ip4.h
+++ b/MdePkg/Include/Protocol/Ip4.h
@@ -140,6 +140,10 @@ typedef struct {
/// Set to TRUE after this EFI IPv4 Protocol instance has been successfully configured.
///
BOOLEAN IsStarted;
+ /// The maximum packet size, in bytes, of the packet which the upper layer driver could feed.
+ ///
+ UINT32 MaxPacketSize;
+ ///
///
/// Current configuration settings.
///