mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
Cleaned up a bit. Sorry, I should edit more carefully.
svn path=/trunk/; revision=12120
This commit is contained in:
@@ -57,14 +57,11 @@ UINT CountInterfaces() {
|
||||
}
|
||||
|
||||
NTSTATUS GetInterfaceSpeed( PIP_INTERFACE Interface, PUINT Speed ) {
|
||||
NDIS_STATUS NdisStatus;
|
||||
PLAN_ADAPTER IF = (PLAN_ADAPTER)Interface->Context;
|
||||
|
||||
*Speed = IF->Speed;
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
NdisStatus != NDIS_STATUS_SUCCESS ?
|
||||
STATUS_UNSUCCESSFUL : STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
NTSTATUS GetInterfaceName( PIP_INTERFACE Interface,
|
||||
|
||||
Reference in New Issue
Block a user