aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2016-05-02 21:06:02 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2016-05-02 21:06:02 +0000
commitb976830308a6aa1f00cd8cc6d550736fd5c6a07e (patch)
tree1e8c8058a8e0ba30400acecc1994900f4ccff8c2 /sys/modules
parent96546b75e77e75ae6e3b83ea86faa751eca64359 (diff)
downloadsrc-b976830308a6aa1f00cd8cc6d550736fd5c6a07e.tar.gz
src-b976830308a6aa1f00cd8cc6d550736fd5c6a07e.zip
[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.
Notes
Notes: svn path=/head/; revision=298944
Diffstat (limited to 'sys/modules')
-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 e04ab0bb3b49..f1d72e1d4d30 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>