Page MenuHomeFreeBSD

net80211: amrr_init: change order of commands
ClosedPublic

Authored by bz on Feb 5 2024, 2:50 PM.
Tags
None
Referenced Files
F153442195: D43751.id.diff
Tue, Apr 21, 5:01 AM
Unknown Object (File)
Sat, Apr 18, 3:58 PM
Unknown Object (File)
Fri, Apr 17, 3:48 AM
Unknown Object (File)
Wed, Apr 15, 2:54 AM
Unknown Object (File)
Wed, Apr 15, 1:25 AM
Unknown Object (File)
Mon, Apr 13, 8:42 AM
Unknown Object (File)
Sun, Apr 5, 11:44 AM
Unknown Object (File)
Sun, Apr 5, 11:00 AM

Details

Summary

First run the KASSERT before trying to do the free operation.
Better for reporting and debugging.
Add a guard setting the value to NULL afterwards. NULL pointers
are a lot easier to test for.

Note: we should really just change the amrr local ref to atomics.

MFC after: 3 days

Diff Detail

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