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)
Feb 10 2025, 9:36 PM
Unknown Object (File)
Feb 10 2025, 3:15 PM
Unknown Object (File)
Feb 10 2025, 8:02 AM
Unknown Object (File)
Feb 5 2025, 3:22 PM
Unknown Object (File)
Jan 27 2025, 5:07 PM
Unknown Object (File)
Jan 26 2025, 6:03 PM
Unknown Object (File)
Jan 26 2025, 5:16 AM
Unknown Object (File)
Oct 27 2024, 7:35 AM

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