]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeNetLib/DxeNetLib.c
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f19259b...
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.c
index 5037243b37407a5cab8171824187b7e49ff65394..034031d09f68ecfc0a0ac5bdca23de3de2daead0 100644 (file)
@@ -901,7 +901,7 @@ NetGetUint32 (
   byte stream.\r
 \r
   @param[in, out]  Buf          The buffer to put the UINT32.\r
-  @param[in]      Data          The data to put.\r
+  @param[in]       Data         The data to be converted and put into the byte stream.\r
 \r
 **/\r
 VOID\r
@@ -2158,9 +2158,10 @@ NetLibGetMacString (
   Note: there will be two limitations for current algorithm:\r
   1) for UNDI with this capability, in case of cable is not attached, there will\r
      be an redundant Stop/Start() process;\r
-  2) for UNDI without this capability, in case cable is attached in UNDI\r
-     initialize while unattached latter, NetLibDetectMedia() will report\r
-     MediaPresent as TRUE, this cause upper layer apps wait for timeout time.\r
+  2) for UNDI without this capability, in case that network cable is attached when\r
+     Snp->Initialize() is invoked while network cable is unattached later,\r
+     NetLibDetectMedia() will report MediaPresent as TRUE, causing upper layer\r
+     apps to wait for timeout time.\r
 \r
   @param[in]   ServiceHandle    The handle where network service binding protocols are\r
                                 installed on.\r