diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-07-07 15:25:27 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-08 17:11:25 +0200 |
commit | 1d738e64f3d957d56c1b51e64ebdef986a8760e3 (patch) | |
tree | 15bc3db421bd44c031b58bd4953d69c91fc081eb /drivers/net/wireless/b43/Makefile | |
parent | mac80211: use AES_BLOCK_SIZE (diff) | |
download | linux-1d738e64f3d957d56c1b51e64ebdef986a8760e3.tar.xz linux-1d738e64f3d957d56c1b51e64ebdef986a8760e3.zip |
b43: LCN-PHY add place for new PHY support
LCN-PHY was found in 14e4:4727 card. It uses LCN/1 and 0x2064/1 radio.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/Makefile')
-rw-r--r-- | drivers/net/wireless/b43/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/Makefile b/drivers/net/wireless/b43/Makefile index 1b25604be547..4648bbf76abc 100644 --- a/drivers/net/wireless/b43/Makefile +++ b/drivers/net/wireless/b43/Makefile @@ -13,6 +13,7 @@ b43-$(CONFIG_B43_PHY_LP) += tables_lpphy.o b43-$(CONFIG_B43_PHY_HT) += phy_ht.o b43-$(CONFIG_B43_PHY_HT) += tables_phy_ht.o b43-$(CONFIG_B43_PHY_HT) += radio_2059.o +b43-$(CONFIG_B43_PHY_LCN) += phy_lcn.o tables_phy_lcn.o b43-y += sysfs.o b43-y += xmit.o b43-y += lo.o |