Page MenuHomeFreeBSD

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

Authored by adrian on Jun 2 2025, 2:11 AM.
Referenced Files
F157442363: D50644.id156443.diff
Thu, May 21, 12:57 PM
F157390450: D50644.diff
Wed, May 20, 10:15 PM
Unknown Object (File)
Wed, May 20, 9:47 AM
Unknown Object (File)
Mon, May 18, 5:25 PM
Unknown Object (File)
Sun, May 17, 12:36 PM
Unknown Object (File)
Sat, May 16, 8:25 PM
Unknown Object (File)
Sat, May 16, 2:22 AM
Unknown Object (File)
Thu, May 14, 12:21 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 64588
Build 61472: arc lint + arc unit

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