Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109479515
D38833.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
951 B
Referenced Files
None
Subscribers
None
D38833.diff
View Options
diff --git a/sys/net80211/ieee80211_scan.h b/sys/net80211/ieee80211_scan.h
--- a/sys/net80211/ieee80211_scan.h
+++ b/sys/net80211/ieee80211_scan.h
@@ -164,8 +164,6 @@
void ieee80211_scan_vattach(struct ieee80211vap *);
void ieee80211_scan_vdetach(struct ieee80211vap *);
-void ieee80211_scan_dump_channels(const struct ieee80211_scan_state *);
-
#define IEEE80211_SCAN_FOREVER 0x7fffffff
int ieee80211_start_scan(struct ieee80211vap *, int flags,
u_int duration, u_int mindwell, u_int maxdwell,
diff --git a/sys/net80211/ieee80211_scan.c b/sys/net80211/ieee80211_scan.c
--- a/sys/net80211/ieee80211_scan.c
+++ b/sys/net80211/ieee80211_scan.c
@@ -278,7 +278,8 @@
}
}
-void
+#ifdef IEEE80211_DEBUG
+static void
ieee80211_scan_dump_channels(const struct ieee80211_scan_state *ss)
{
struct ieee80211com *ic = ss->ss_ic;
@@ -295,7 +296,6 @@
}
}
-#ifdef IEEE80211_DEBUG
void
ieee80211_scan_dump(struct ieee80211_scan_state *ss)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 3:22 PM (21 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16495238
Default Alt Text
D38833.diff (951 B)
Attached To
Mode
D38833: net80211: make ieee80211_scan_dump_channels private
Attached
Detach File
Event Timeline
Log In to Comment