diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:43:48 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:43:48 +0000 |
| commit | 7163a84975bdda6a2897d0b371a737d6673f277c (patch) | |
| tree | 137f79abb22171c3d33df80db2fa184db5b2f270 /sys/dev/bwn/if_bwn_pcivar.h | |
| parent | 93b628b9d85a4eff7340a652a98794bcacae3d2b (diff) | |
Notes
Diffstat (limited to 'sys/dev/bwn/if_bwn_pcivar.h')
| -rw-r--r-- | sys/dev/bwn/if_bwn_pcivar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/bwn/if_bwn_pcivar.h b/sys/dev/bwn/if_bwn_pcivar.h index 06c781e557f63..2b134de07e26b 100644 --- a/sys/dev/bwn/if_bwn_pcivar.h +++ b/sys/dev/bwn/if_bwn_pcivar.h @@ -91,7 +91,6 @@ struct bwn_pci_device { uint32_t quirks; }; - #define BWN_BCM_DEV(_devid, _desc, _quirks) \ { PCI_VENDOR_BROADCOM, PCI_DEVID_ ## _devid, \ "Broadcom " _desc " Wireless", _quirks } |
