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
F151372286: D48239.diff
Tue, Apr 7, 11:11 PM
Unknown Object (File)
Mon, Apr 6, 11:49 PM
Unknown Object (File)
Sun, Apr 5, 6:24 AM
Unknown Object (File)
Sat, Mar 28, 11:39 AM
Unknown Object (File)
Sun, Mar 22, 6:59 PM
Unknown Object (File)
Fri, Mar 13, 1:05 PM
Unknown Object (File)
Fri, Mar 13, 1:02 PM
Unknown Object (File)
Feb 28 2026, 2:37 AM
Subscribers

Details

Summary

Use a temporary variable, make the lines shorter.

Diff Detail

Repository
rG FreeBSD src repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 61382
Build 58266: arc lint + arc unit

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. :)