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)
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
Unknown Object (File)
Fri, Jan 10, 3:56 AM
Unknown Object (File)
Tue, Jan 7, 6:06 PM
Unknown Object (File)
Mon, Jan 6, 10:36 PM
Unknown Object (File)
Mon, Jan 6, 3:34 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. :)