[bwn] break out the LP PHY code into a separate file.
authoradrian <adrian@FreeBSD.org>
Mon, 2 May 2016 21:06:02 +0000 (21:06 +0000)
committeradrian <adrian@FreeBSD.org>
Mon, 2 May 2016 21:06:02 +0000 (21:06 +0000)
commitd3451d9d4050e6c692cb81b07b9cf007abf32ae9
tree1e8c8058a8e0ba30400acecc1994900f4ccff8c2
parent9a744dd2b2d036bcd428253e81d367cfb7891248
[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.
sys/conf/files
sys/dev/bwn/if_bwn.c
sys/dev/bwn/if_bwn_misc.h [new file with mode: 0644]
sys/dev/bwn/if_bwn_phy_lp.c [new file with mode: 0644]
sys/dev/bwn/if_bwn_phy_lp.h [new file with mode: 0644]
sys/modules/bwn/Makefile