Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src-draft/trunk]: src/sys/net80211 Disable bss matching on caps PRIVACY for ...
details: https://anonhg.NetBSD.org/src-all/rev/08ca67d78733
branches: trunk
changeset: 375422:08ca67d78733
user: Nathanial Sloss <nat%netbsd.org@localhost>
date: Wed May 06 05:43:40 2020 +1000
description:
Disable bss matching on caps PRIVACY for now.
diffstat:
sys/net80211/ieee80211_scan_sta.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 747c979c9939 -r 08ca67d78733 sys/net80211/ieee80211_scan_sta.c
--- a/sys/net80211/ieee80211_scan_sta.c Wed May 06 05:42:20 2020 +1000
+++ b/sys/net80211/ieee80211_scan_sta.c Wed May 06 05:43:40 2020 +1000
@@ -885,8 +885,10 @@ sta_compare(const struct sta_entry *a, c
int weight;
/* privacy support */
+#if 0
PREFER(a->base.se_capinfo, b->base.se_capinfo,
IEEE80211_CAPINFO_PRIVACY);
+#endif
/* compare count of previous failures */
weight = b->se_fails - a->se_fails;
Home |
Main Index |
Thread Index |
Old Index