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)
Thu, Feb 20, 4:33 AM
Unknown Object (File)
Tue, Feb 18, 8:13 PM
Unknown Object (File)
Wed, Feb 12, 1:24 AM
Unknown Object (File)
Thu, Jan 30, 12:55 PM
Unknown Object (File)
Mon, Jan 27, 11:28 AM
Unknown Object (File)
Sun, Jan 26, 10:42 AM
Unknown Object (File)
Sun, Jan 26, 10:37 AM
Unknown Object (File)
Sat, Jan 25, 5:29 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. :)