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)
Wed, Nov 5, 4:27 PM
Unknown Object (File)
Sun, Nov 2, 10:54 AM
Unknown Object (File)
Sat, Nov 1, 4:29 AM
Unknown Object (File)
Sat, Nov 1, 4:29 AM
Unknown Object (File)
Sat, Nov 1, 4:29 AM
Unknown Object (File)
Fri, Oct 31, 5:16 PM
Unknown Object (File)
Mon, Oct 27, 6:41 AM
Unknown Object (File)
Sat, Oct 25, 7:03 AM

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