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 Call the right function in next_scan callb...
details: https://anonhg.NetBSD.org/src-all/rev/fe628a276d97
branches: trunk
changeset: 950638:fe628a276d97
user: Nathanial Sloss <nat%netbsd.org@localhost>
date: Thu Sep 24 12:46:03 2020 +1000
description:
Call the right function in next_scan callback. XXX review.
diffstat:
sys/dev/pci/if_iwm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 132fe5938283 -r fe628a276d97 sys/dev/pci/if_iwm.c
--- a/sys/dev/pci/if_iwm.c Thu Sep 24 12:43:25 2020 +1000
+++ b/sys/dev/pci/if_iwm.c Thu Sep 24 12:46:03 2020 +1000
@@ -8625,7 +8625,7 @@
ss->ss_flags |= IEEE80211_SCAN_ONCE;
- error = iwm_scan(ic, ss);
+ error = iwm_scan_start(ic);
if (error != 0) {
IEEE80211_LOCK(ic);
ieee80211_cancel_scan(vap);
Home |
Main Index |
Thread Index |
Old Index