Page MenuHomeFreeBSD

net80211: make ieee80211_scan_dump_channels private
ClosedPublic

Authored by bz on Feb 28 2023, 10:51 PM.
Tags
None
Referenced Files
F165471328: D38833.diff
Sat, Aug 8, 9:17 AM
F165433046: D38833.id.diff
Sat, Aug 8, 4:37 AM
Unknown Object (File)
Fri, Aug 7, 6:55 PM
Unknown Object (File)
Sat, Aug 1, 5:17 AM
Unknown Object (File)
Thu, Jul 23, 6:48 AM
Unknown Object (File)
Fri, Jul 17, 8:21 AM
Unknown Object (File)
Jul 1 2026, 6:44 AM
Unknown Object (File)
Jun 29 2026, 4:12 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