Page MenuHomeFreeBSD

ath_hal_ar9300: quick refactor of tx/rx chain handling
ClosedPublic

Authored by adrian on Dec 29 2024, 5:28 AM.
Referenced Files
Unknown Object (File)
Tue, Oct 14, 3:36 AM
Unknown Object (File)
Tue, Oct 14, 3:36 AM
Unknown Object (File)
Sat, Sep 20, 12:31 PM
Unknown Object (File)
Sep 11 2025, 11:57 PM
Unknown Object (File)
Sep 6 2025, 11:43 AM
Unknown Object (File)
Sep 6 2025, 2:13 AM
Unknown Object (File)
Sep 4 2025, 10:08 AM
Unknown Object (File)
Sep 2 2025, 6:30 AM
Subscribers

Details

Summary

Use a temporary variable, make the lines shorter.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Dec 29 2024, 3:04 PM

Perhaps p_cap matching the style apparent in D48240 though? Seems to be a mix of underscore and camelcase names in here.

oh yeah, ar9300_freebsd.c is a mess between the AR5416 camelcase and AR9300 "We wanted to land this in upstream linux so we renamed everything" linux case. :)