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)
Wed, May 13, 9:28 AM
Unknown Object (File)
Mon, May 11, 11:17 PM
Unknown Object (File)
Mon, May 11, 11:17 PM
Unknown Object (File)
Mon, May 11, 11:04 PM
Unknown Object (File)
Wed, May 6, 12:25 PM
Unknown Object (File)
Tue, Apr 28, 8:04 PM
Unknown Object (File)
Tue, Apr 28, 8:01 PM
Unknown Object (File)
Tue, Apr 28, 10:31 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. :)