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)
Sun, Oct 12, 2:49 PM
Unknown Object (File)
Sun, Oct 12, 2:02 PM
Unknown Object (File)
Fri, Oct 3, 3:03 PM
Unknown Object (File)
Fri, Oct 3, 2:11 PM
Unknown Object (File)
Thu, Oct 2, 9:09 PM
Unknown Object (File)
Thu, Oct 2, 7:05 AM
Unknown Object (File)
Thu, Oct 2, 12:50 AM
Unknown Object (File)
Wed, Oct 1, 5:51 AM

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