Page MenuHomeFreeBSD

net80211: make ieee80211_scan_dump_channels private
ClosedPublic

Authored by bz on Feb 28 2023, 10:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 26, 1:07 AM
Unknown Object (File)
Oct 30 2025, 5:33 AM
Unknown Object (File)
Oct 12 2025, 7:41 AM
Unknown Object (File)
Oct 11 2025, 11:25 AM
Unknown Object (File)
Oct 11 2025, 11:25 AM
Unknown Object (File)
Oct 11 2025, 11:25 AM
Unknown Object (File)
Oct 11 2025, 3:23 AM
Unknown Object (File)
Oct 1 2025, 1:18 PM

Details

Summary

ieee80211_scan_dump_channels() is only used locally and only when
IEEE80211_DEBUG is compiled. Stop exporting it, make it file local
and hide under the #ifdef to reduce the footprint for production
kernels a tiny bit.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable