Page MenuHomeFreeBSD

net80211: migrate direct printf() to ieee80211_printf()
ClosedPublic

Authored by adrian on Jun 2 2025, 2:11 AM.
Referenced Files
Unknown Object (File)
Tue, Nov 4, 2:51 AM
Unknown Object (File)
Mon, Nov 3, 4:21 AM
Unknown Object (File)
Tue, Oct 28, 2:11 AM
Unknown Object (File)
Sat, Oct 25, 11:23 PM
Unknown Object (File)
Sat, Oct 25, 6:14 PM
Unknown Object (File)
Tue, Oct 21, 10:32 PM
Unknown Object (File)
Fri, Oct 17, 3:03 PM
Unknown Object (File)
Sun, Oct 12, 2:49 PM

Details

Summary

Mechanically migrate printf() -> ieee80211_printf().
A few places looked like they should be using ieee80211_vap_printf(),
so migrate those appropriately.

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

migrate prefix to net80211_

bz added a subscriber: bz.

I have not checked each and every conversion but spotted a few vap and ic ones in between as well as the change in VHT. If it compiles, ship it.

This revision is now accepted and ready to land.Jun 3 2025, 10:06 PM