RTL8169: Fixed total received byte counter.
git-svn-id: svn://kolibrios.org@6480 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
932c0d5845
commit
0e1259ffe3
@ -1186,7 +1186,7 @@ int_handler:
|
|||||||
;-------------
|
;-------------
|
||||||
; Update stats
|
; Update stats
|
||||||
|
|
||||||
add dword [ebx + device.bytes_rx], eax
|
add dword [ebx + device.bytes_rx], ecx
|
||||||
adc dword [ebx + device.bytes_rx + 4], 0
|
adc dword [ebx + device.bytes_rx + 4], 0
|
||||||
inc [ebx + device.packets_rx]
|
inc [ebx + device.packets_rx]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user