diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-07-07 15:55:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-07-07 15:55:58 +0000 |
| commit | 62ba9c86edbeae3cef236805e68dfb9e20eabaf2 (patch) | |
| tree | 242897eed2d4e4967369139fd7aedbe95b93ffc3 /sys/dev/ath | |
| parent | 69c173e23f2903f3f3512368345e93aa8198c4d6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_ath_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index 26c0f66f3ce9..0b35e6670015 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -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 |
