diff options
author | 2020-10-11 07:05:28 +0000 | |
---|---|---|
committer | 2020-10-11 07:05:28 +0000 | |
commit | 51a6fb1415e6c6a7e23a1a3570ef662a511c3773 (patch) | |
tree | 7cde5564787b4414e19ba7dd5ff476d92154c29c /sys/dev/pci/if_iwx.c | |
parent | Align pool items on CACHELINESIZE when replacing linux kmem_cache with (diff) | |
download | wireguard-openbsd-51a6fb1415e6c6a7e23a1a3570ef662a511c3773.tar.xz wireguard-openbsd-51a6fb1415e6c6a7e23a1a3570ef662a511c3773.zip |
Stop exporting `wt_hwqueue' now that drivers don't advertise it.
Pointed by and ok jsg@
Diffstat (limited to 'sys/dev/pci/if_iwx.c')
-rw-r--r-- | sys/dev/pci/if_iwx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_iwx.c b/sys/dev/pci/if_iwx.c index 458e72f5d2c..5b231404a7d 100644 --- a/sys/dev/pci/if_iwx.c +++ b/sys/dev/pci/if_iwx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwx.c,v 1.44 2020/08/26 17:12:00 stsp Exp $ */ +/* $OpenBSD: if_iwx.c,v 1.45 2020/10/11 07:05:28 mpi Exp $ */ /* * Copyright (c) 2014, 2016 genua gmbh <info@genua.de> @@ -4168,7 +4168,6 @@ iwx_tx(struct iwx_softc *sc, struct mbuf *m, struct ieee80211_node *ni, int ac) tap->wt_rate = (0x80 | rinfo->ht_plcp); } else tap->wt_rate = rinfo->rate; - tap->wt_hwqueue = ac; if ((ic->ic_flags & IEEE80211_F_WEPON) && (wh->i_fc[1] & IEEE80211_FC1_PROTECTED)) tap->wt_flags |= IEEE80211_RADIOTAP_F_WEP; |