Fix PCI_SUBDEV call

This commit is contained in:
Warner Losh 2018-07-07 15:55:58 +00:00
parent 69c173e23f
commit 62ba9c86ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336069

View file

@ -86,7 +86,7 @@ struct ath_pci_softc {
PCI_DEV(v,d)
#define PCI_DEVICE_SUB(v, d, sv, sd) \
PCI_DEV(v, d), PCI_SUBDEV(v, d)
PCI_DEV(v, d), PCI_SUBDEV(sv, sd)
#define PCI_VENDOR_ID_ATHEROS 0x168c
#define PCI_VENDOR_ID_SAMSUNG 0x144d