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, Jul 1, 10:16 AM
Unknown Object (File)
Mon, Jun 30, 6:13 AM
Unknown Object (File)
Fri, Jun 20, 8:15 PM
Unknown Object (File)
Wed, Jun 18, 7:05 PM
Unknown Object (File)
Wed, Jun 18, 3:30 AM
Unknown Object (File)
Sun, Jun 15, 11:22 PM
Unknown Object (File)
May 23 2025, 1:38 AM
Unknown Object (File)
Apr 27 2025, 8:22 PM
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. :)