Page MenuHomeFreeBSD

net80211: migrate if_printf() -> ieee80211_vap_printf()
ClosedPublic

Authored by adrian on Jun 2 2025, 2:11 AM.
Referenced Files
Unknown Object (File)
Sat, Oct 11, 5:42 PM
Unknown Object (File)
Sat, Oct 11, 3:45 AM
Unknown Object (File)
Wed, Oct 8, 9:27 PM
Unknown Object (File)
Mon, Oct 6, 2:20 PM
Unknown Object (File)
Fri, Oct 3, 4:32 PM
Unknown Object (File)
Wed, Oct 1, 3:26 PM
Unknown Object (File)
Thu, Sep 25, 9:25 AM
Unknown Object (File)
Sep 15 2025, 2:46 PM

Details

Summary

Migrate the if_printf() calls to ieee80211_vap_printf(), which hides
the underlying ifp and the network stack.

Note: there are still a LOT of direct printf() calls in the codebase.
This is just a mostly mechanical conversion of if_printf() calls.

Diff Detail

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

Event Timeline

adrian requested review of this revision.Jun 2 2025, 2:11 AM

rename prefix to net80211_

bz added a subscriber: bz.

Just scrolled through again. Seems good.

This revision is now accepted and ready to land.Jun 3 2025, 10:08 PM