]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. Update EFI_IP4_MODE_DATA: add MaxPacketSize to this structure to comply with UEFI...
authortye <tye@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 11 Nov 2009 07:05:49 +0000 (07:05 +0000)
committertye <tye@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 11 Nov 2009 07:05:49 +0000 (07:05 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9412 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/Ip4.h

index 246104dcc57a725bc3ed6af6ff520ea8060e46a3..15ec514d800c6e0ef253f57d33abe694513d0b2f 100644 (file)
@@ -143,6 +143,10 @@ typedef struct {
   ///\r
   BOOLEAN                 IsStarted;\r
   ///\r
+  /// The maximum packet size, in bytes, of the packet which the upper layer driver could feed.\r
+  ///\r
+  UINT32                  MaxPacketSize;\r
+  ///\r
   /// Current configuration settings.\r
   ///\r
   EFI_IP4_CONFIG_DATA     ConfigData;\r