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 Fix botched merge of local patch.
details: https://anonhg.NetBSD.org/src-all/rev/450db34020df
branches: trunk
changeset: 1025302:450db34020df
user: Nathanial Sloss <nat%netbsd.org@localhost>
date: Wed Jul 01 20:54:21 2020 +1000
description:
Fix botched merge of local patch.
diffstat:
sys/dev/pci/if_iwn.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 789c92ce11b5 -r 450db34020df sys/dev/pci/if_iwn.c
--- a/sys/dev/pci/if_iwn.c Wed Jul 01 12:32:45 2020 +1000
+++ b/sys/dev/pci/if_iwn.c Wed Jul 01 20:54:21 2020 +1000
@@ -2593,9 +2593,8 @@
} else {
/* No node found ... process differently. */
- }
-
(void) ieee80211_input_all(ic, m, rssi + 116, 0);
+ }
splx(s);
}
Home |
Main Index |
Thread Index |
Old Index