RTL8169: Fixed total received byte counter.

git-svn-id: svn://kolibrios.org@6480 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2016-08-16 16:15:03 +00:00
parent 932c0d5845
commit 0e1259ffe3

View File

@ -1186,7 +1186,7 @@ int_handler:
;-------------
; Update stats
add dword [ebx + device.bytes_rx], eax
add dword [ebx + device.bytes_rx], ecx
adc dword [ebx + device.bytes_rx + 4], 0
inc [ebx + device.packets_rx]