Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src-draft/trunk]: src/sys/dev/pci scan_curchan is disabled for now.



details:   https://anonhg.NetBSD.org/src-all/rev/ad32774270b8
branches:  trunk
changeset: 1027010:ad32774270b8
user:      Nathanial Sloss <nat%netbsd.org@localhost>
date:      Thu Sep 24 12:48:42 2020 +1000

description:
scan_curchan is disabled for now.

diffstat:

 sys/dev/pci/if_iwm.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 2425839f92b1 -r ad32774270b8 sys/dev/pci/if_iwm.c
--- a/sys/dev/pci/if_iwm.c      Thu Sep 24 12:46:03 2020 +1000
+++ b/sys/dev/pci/if_iwm.c      Thu Sep 24 12:48:42 2020 +1000
@@ -8619,6 +8619,7 @@
 static void
 iwm_scan_curchan(struct ieee80211_scan_state *ss, unsigned long maxdwell)
 {
+#if 0
        struct ieee80211vap *vap = ss->ss_vap;
        struct ieee80211com *ic = vap->iv_ic;
        int error;
@@ -8631,6 +8632,7 @@
                ieee80211_cancel_scan(vap);
                IEEE80211_UNLOCK(ic);
        }
+#endif
 }
 
 static void



Home | Main Index | Thread Index | Old Index