Page MenuHomeFreeBSD

iwx: add some lock assertions in the TX start path
ClosedPublic

Authored by adrian on Sep 21 2025, 4:56 AM.
Referenced Files
Unknown Object (File)
Wed, Apr 15, 2:14 AM
Unknown Object (File)
Sat, Apr 11, 9:49 PM
Unknown Object (File)
Sun, Apr 5, 3:15 PM
Unknown Object (File)
Sat, Apr 4, 10:05 PM
Unknown Object (File)
Sat, Apr 4, 2:20 PM
Unknown Object (File)
Sun, Mar 29, 1:08 AM
Unknown Object (File)
Thu, Mar 19, 11:18 AM
Unknown Object (File)
Mar 17 2026, 1:04 PM
Subscribers

Details

Summary

The locking paths into these routines LOOK correct, but I figured
it'd be good to at least enforce we're not doing concurrent entry
into iwx_start() / iwx_tx() without the lock held.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable