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 30, 1:45 PM
Unknown Object (File)
Thu, Aug 27, 9:51 PM
Unknown Object (File)
Sun, Aug 23, 11:43 PM
Unknown Object (File)
Sat, Aug 22, 7:42 AM
Unknown Object (File)
Sat, Aug 15, 4:59 AM
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

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