Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel: Replace C-idioms with AK types in RTL8168 network adapter #23334

Merged
merged 1 commit into from Mar 4, 2024

Commits on Feb 24, 2024

  1. 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.
    trflynn89 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    06f9ca8 View commit details
    Browse the repository at this point in the history