Page MenuHomeFreeBSD

net80211: amrr_init: change order of commands
ClosedPublic

Authored by bz on Feb 5 2024, 2:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 6, 3:42 PM
Unknown Object (File)
Thu, Sep 18, 11:04 PM
Unknown Object (File)
Thu, Sep 18, 10:05 PM
Unknown Object (File)
Thu, Sep 18, 2:57 PM
Unknown Object (File)
Aug 21 2025, 3:18 PM
Unknown Object (File)
Aug 19 2025, 10:31 PM
Unknown Object (File)
Aug 19 2025, 4:57 PM
Unknown Object (File)
Aug 19 2025, 2:59 PM

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