]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/MnpDxe/MnpIo.c
Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe / MnpIo.c
index 57b1f7b5bc98c72dd35fa02aaa6b68a7459a2ffe..0c8196a7689efefd13a9f8b3f8a1c835020185f2 100644 (file)
@@ -282,7 +282,7 @@ SIGNAL_TOKEN:
   //\r
   // Dispatch the DPC queued by the NotifyFunction of Token->Event.\r
   //\r
-  NetLibDispatchDpc ();\r
+  DispatchDpc ();\r
 \r
   return EFI_SUCCESS;\r
 }\r
@@ -1064,5 +1064,5 @@ MnpSystemPoll (
   //\r
   // Dispatch the DPC queued by the NotifyFunction of rx token's events.\r
   //\r
-  NetLibDispatchDpc ();\r
+  DispatchDpc ();\r
 }\r