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/113649837b5d
branches:  trunk
changeset: 948881:113649837b5d
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 097b8bd62243 -r 113649837b5d 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 @@
        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