1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 00:20:59 +00:00
serenity/Kernel/Net/Realtek
Timothy Flynn 836d93f7e3 Kernel: Replace C-idioms with AK types in RTL8168 network adapter
Instead of using C-arrays, and manually counting their lengths, use
AK::Array. And pass these arrays around as spans, instead of as pointer-
and-length pairs.
2024-03-04 20:00:52 +01:00
..
RTL8168NetworkAdapter.cpp Kernel: Replace C-idioms with AK types in RTL8168 network adapter 2024-03-04 20:00:52 +01:00
RTL8168NetworkAdapter.h Kernel: Replace C-idioms with AK types in RTL8168 network adapter 2024-03-04 20:00:52 +01:00