aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn/if_bwn_pcivar.h
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:43:48 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:43:48 +0000
commit7163a84975bdda6a2897d0b371a737d6673f277c (patch)
tree137f79abb22171c3d33df80db2fa184db5b2f270 /sys/dev/bwn/if_bwn_pcivar.h
parent93b628b9d85a4eff7340a652a98794bcacae3d2b (diff)
Notes
Diffstat (limited to 'sys/dev/bwn/if_bwn_pcivar.h')
-rw-r--r--sys/dev/bwn/if_bwn_pcivar.h1
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 }