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, Aug 9, 2:43 AM
Unknown Object (File)
Mon, Aug 3, 2:24 AM
Unknown Object (File)
Sun, Aug 2, 12:36 PM
Unknown Object (File)
Sat, Aug 1, 1:05 PM
Unknown Object (File)
Fri, Jul 31, 9:21 AM
Unknown Object (File)
Tue, Jul 28, 7:27 AM
Unknown Object (File)
Mon, Jul 27, 4:08 AM
Unknown Object (File)
Sat, Jul 25, 6:04 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