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)
Mar 14 2024, 5:18 AM
Unknown Object (File)
Mar 14 2024, 5:18 AM
Unknown Object (File)
Mar 10 2024, 10:02 PM
Unknown Object (File)
Mar 10 2024, 9:54 PM
Unknown Object (File)
Dec 20 2023, 6:57 AM
Unknown Object (File)
Nov 15 2023, 2:26 AM
Unknown Object (File)
Oct 14 2023, 1:30 AM
Unknown Object (File)
Sep 13 2023, 3:57 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