Page MenuHomeFreeBSD

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

Authored by adrian on Jun 2 2025, 2:11 AM.
Referenced Files
F127439637: D50643.id156511.diff
Sun, Aug 31, 10:55 PM
Unknown Object (File)
Sun, Aug 17, 3:26 PM
Unknown Object (File)
Fri, Aug 15, 12:13 AM
Unknown Object (File)
Thu, Aug 14, 11:55 PM
Unknown Object (File)
Tue, Aug 12, 12:43 PM
Unknown Object (File)
Thu, Aug 7, 3:00 PM
Unknown Object (File)
Tue, Aug 5, 11:02 PM
Unknown Object (File)
Sat, Aug 2, 7:40 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 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