summaryrefslogtreecommitdiffstats
path: root/sys/modules/bwn
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2016-05-02 21:06:02 +0000
committeradrian <adrian@FreeBSD.org>2016-05-02 21:06:02 +0000
commitd3451d9d4050e6c692cb81b07b9cf007abf32ae9 (patch)
tree1e8c8058a8e0ba30400acecc1994900f4ccff8c2 /sys/modules/bwn
parent9a744dd2b2d036bcd428253e81d367cfb7891248 (diff)
downloadFreeBSD-src-d3451d9d4050e6c692cb81b07b9cf007abf32ae9.zip
FreeBSD-src-d3451d9d4050e6c692cb81b07b9cf007abf32ae9.tar.gz
[bwn] break out the LP PHY code into a separate file.
This (and eventually migrating the other PHY code out) is in preparation for adding the 11n PHY. No, the 11ac PHY (for the BCM4260 softmac part) isn't yet open source, so we can't grow that. Yet. This trims ~3,700 lines of code from if_bwn.c, bringing it down to a slightly less crazy sounding 10,446 lines of code.
Diffstat (limited to 'sys/modules/bwn')
-rw-r--r--sys/modules/bwn/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/bwn/Makefile b/sys/modules/bwn/Makefile
index e04ab0b..f1d72e1 100644
--- a/sys/modules/bwn/Makefile
+++ b/sys/modules/bwn/Makefile
@@ -4,6 +4,7 @@
KMOD= if_bwn
SRCS= if_bwn.c if_bwnreg.h if_bwnvar.h
+SRCS+= if_bwn_phy_lp.c
SRCS+= device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud