summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwmvar.h
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2020-10-11 07:05:30 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2020-10-11 07:05:30 +0000
commit2c6107d34aed130366c0a69c68788c258acdf248 (patch)
tree4313b2052f826ce49cc5daf72541a3c860efa502 /sys/dev/pci/if_iwmvar.h
parent8ffd9bd0b4dcade9f006648b9fbfdd29919be12e (diff)
Stop exporting `wt_hwqueue' now that drivers don't advertise it.
Pointed by and ok jsg@
Diffstat (limited to 'sys/dev/pci/if_iwmvar.h')
-rw-r--r--sys/dev/pci/if_iwmvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_iwmvar.h b/sys/dev/pci/if_iwmvar.h
index 92e78257908..300a91de418 100644
--- a/sys/dev/pci/if_iwmvar.h
+++ b/sys/dev/pci/if_iwmvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwmvar.h,v 1.56 2020/10/09 08:53:16 mpi Exp $ */
+/* $OpenBSD: if_iwmvar.h,v 1.57 2020/10/11 07:05:28 mpi Exp $ */
/*
* Copyright (c) 2014 genua mbh <info@genua.de>
@@ -128,7 +128,6 @@ struct iwm_tx_radiotap_header {
uint8_t wt_rate;
uint16_t wt_chan_freq;
uint16_t wt_chan_flags;
- uint8_t wt_hwqueue;
} __packed;
#define IWM_TX_RADIOTAP_PRESENT \