mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Cleaned up a bit. Sorry, I should edit more carefully.
svn path=/trunk/; revision=12120
This commit is contained in:
parent
dc39a75a6c
commit
ddd8ede921
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue