diff options
Diffstat (limited to 'Kernel/Net/RTL8139NetworkAdapter.cpp')
-rw-r--r-- | Kernel/Net/RTL8139NetworkAdapter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Net/RTL8139NetworkAdapter.cpp b/Kernel/Net/RTL8139NetworkAdapter.cpp index bc3e85243b..44eafc4f45 100644 --- a/Kernel/Net/RTL8139NetworkAdapter.cpp +++ b/Kernel/Net/RTL8139NetworkAdapter.cpp @@ -282,7 +282,7 @@ void RTL8139NetworkAdapter::reset() out16(REG_ISR, 0xffff); } -void RTL8139NetworkAdapter::read_mac_address() +UNMAP_AFTER_INIT void RTL8139NetworkAdapter::read_mac_address() { MACAddress mac {}; for (int i = 0; i < 6; i++) |