mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
- Fix a typo
svn path=/trunk/; revision=42359
This commit is contained in:
parent
aee54b26cf
commit
268d0a868c
1 changed files with 1 additions and 1 deletions
|
@ -1283,7 +1283,7 @@ MiGetMediaSpeed(PADAPTER Adapter)
|
|||
{
|
||||
ULONG Data;
|
||||
|
||||
NdisRawWritePortUshort(Adapter->PortOffset + RAP, BCR4);
|
||||
NdisRawWritePortUshort(Adapter->PortOffset + RAP, BCR6);
|
||||
NdisRawReadPortUshort(Adapter->PortOffset + BDP, &Data);
|
||||
|
||||
return Data & BCR6_LEDOUT ? 100 : 10;
|
||||
|
|
Loading…
Reference in a new issue