]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/SnpDxe/Transmit.c
MdeModulePkg: Correct one return status code in SNP Transmit function.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / SnpDxe / Transmit.c
index e6c5af77ec10cc55c047a46cbf5853d7696d6642..73461bce42f4ae6ede98719e96117fac26dd5571 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
     Implementation of transmitting a packet.\r
  \r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed \r
 and made available under the terms and conditions of the BSD License which \r
 accompanies this distribution. The full text of the license may be found at \r
@@ -195,6 +195,7 @@ PxeTransmit (
   case PXE_STATCODE_SUCCESS:\r
     return EFI_SUCCESS;\r
 \r
+  case PXE_STATCODE_BUFFER_FULL:\r
   case PXE_STATCODE_QUEUE_FULL:\r
   case PXE_STATCODE_BUSY:\r
     Status = EFI_NOT_READY;\r