summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/ManagedNetwork.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:05:11 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:05:11 +0000
commitcce6f7aa66125df1bddf24c122f02093d47ef204 (patch)
treece45b0a3f675f058108c69657ab14b246765b26e /MdePkg/Include/Protocol/ManagedNetwork.h
parent721b16af11941318ff27684da8bb7a90c9118385 (diff)
downloadedk2-platforms-cce6f7aa66125df1bddf24c122f02093d47ef204.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6096 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/ManagedNetwork.h')
-rw-r--r--MdePkg/Include/Protocol/ManagedNetwork.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/MdePkg/Include/Protocol/ManagedNetwork.h b/MdePkg/Include/Protocol/ManagedNetwork.h
index f397b6b627..5e0c529ed9 100644
--- a/MdePkg/Include/Protocol/ManagedNetwork.h
+++ b/MdePkg/Include/Protocol/ManagedNetwork.h
@@ -293,34 +293,6 @@ EFI_STATUS
@par Protocol Description:
The MNP is used by network applications (and drivers) to
perform raw (unformatted) asynchronous network packet I/O.
-
- @param GetModeData
- Returns the current MNP child driver operational parameters.
- May also support returning underlying Simple Network Protocol (SNP) driver mode data.
-
- @param Configure
- Sets and clears operational parameters for an MNP child driver.
-
- @param McastIpToMac
- Translates a software (IP) multicast address to a hardware (MAC) multicast address.
- This function may be unsupported in some MNP implementations.
-
- @param Groups
- Enables and disables receive filters for multicast addresses.
- This function may be unsupported in some MNP implementations.
-
- @param Transmit
- Places asynchronous outgoing data packets into the transmit queue.
-
- @param Receive
- Places an asynchronous receiving request into the receiving queue.
-
- @param Cancel
- Aborts a pending transmit or receive request.
-
- @param Poll
- Polls for incoming data packets and processes outgoing data packets.
-
**/
struct _EFI_MANAGED_NETWORK_PROTOCOL {
EFI_MANAGED_NETWORK_GET_MODE_DATA GetModeData;