Page MenuHomeFreeBSD

net80211: make ieee80211_scan_dump_channels private
ClosedPublic

Authored by bz on Feb 28 2023, 10:51 PM.
Tags
None
Referenced Files
F108592756: D38833.id118109.diff
Sun, Jan 26, 6:03 PM
Unknown Object (File)
Sun, Jan 26, 5:16 AM
Unknown Object (File)
Oct 27 2024, 7:35 AM
Unknown Object (File)
Oct 18 2024, 7:07 AM
Unknown Object (File)
Oct 2 2024, 5:27 PM
Unknown Object (File)
Sep 23 2024, 7:18 AM
Unknown Object (File)
Sep 23 2024, 3:12 AM
Unknown Object (File)
Sep 22 2024, 11:32 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