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 Another ic -> vap.
details: https://anonhg.NetBSD.org/src-all/rev/5586faa58a65
branches: trunk
changeset: 1027007:5586faa58a65
user: Nathanial Sloss <nat%netbsd.org@localhost>
date: Thu Sep 24 12:41:21 2020 +1000
description:
Another ic -> vap.
diffstat:
sys/dev/pci/if_iwm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e536474cc820 -r 5586faa58a65 sys/dev/pci/if_iwm.c
--- a/sys/dev/pci/if_iwm.c Thu Sep 24 12:40:09 2020 +1000
+++ b/sys/dev/pci/if_iwm.c Thu Sep 24 12:41:21 2020 +1000
@@ -7003,7 +7003,7 @@
bpf_mtap(ifp, m, BPF_D_OUT);
sendit:
- bpf_mtap3(ic->ic_rawbpf, m, BPF_D_OUT);
+ bpf_mtap3(vap->iv_rawbpf, m, BPF_D_OUT);
if (iwm_tx(vap, m, ni, ac) != 0) {
ieee80211_free_node(ni);
Home |
Main Index |
Thread Index |
Old Index