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)
Sun, Jul 19, 4:05 PM
Unknown Object (File)
Sat, Jul 18, 12:21 PM
Unknown Object (File)
Sat, Jul 18, 3:42 AM
Unknown Object (File)
Sat, Jul 18, 1:55 AM
Unknown Object (File)
Sat, Jul 18, 1:55 AM
Unknown Object (File)
Fri, Jul 17, 2:13 PM
Unknown Object (File)
Tue, Jul 14, 2:29 AM
Unknown Object (File)
Fri, Jul 10, 5:55 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 64603
Build 61487: arc lint + arc unit

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