Commit 3d0da751 authored by Michael Buesch's avatar Michael Buesch Committed by John W. Linville

b43: Move code from nphy.* to phy_n.*

Sourcecode files for PHY code are named by phy_XXX.{c,h}
where XXX is the PHY type.
Move the N-PHY code to match the other files.
Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 99c4a780
...@@ -4,7 +4,7 @@ b43-$(CONFIG_B43_NPHY) += tables_nphy.o ...@@ -4,7 +4,7 @@ b43-$(CONFIG_B43_NPHY) += tables_nphy.o
b43-y += phy_common.o b43-y += phy_common.o
b43-y += phy_g.o b43-y += phy_g.o
b43-y += phy_a.o b43-y += phy_a.o
b43-$(CONFIG_B43_NPHY) += nphy.o b43-$(CONFIG_B43_NPHY) += phy_n.o
b43-y += sysfs.o b43-y += sysfs.o
b43-y += xmit.o b43-y += xmit.o
b43-y += lo.o b43-y += lo.o
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include "debugfs.h" #include "debugfs.h"
#include "phy_common.h" #include "phy_common.h"
#include "phy_g.h" #include "phy_g.h"
#include "nphy.h" #include "phy_n.h"
#include "dma.h" #include "dma.h"
#include "pio.h" #include "pio.h"
#include "sysfs.h" #include "sysfs.h"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "phy_common.h" #include "phy_common.h"
#include "phy_g.h" #include "phy_g.h"
#include "phy_a.h" #include "phy_a.h"
#include "nphy.h" #include "phy_n.h"
#include "b43.h" #include "b43.h"
#include "main.h" #include "main.h"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <linux/types.h> #include <linux/types.h>
#include "b43.h" #include "b43.h"
#include "nphy.h" #include "phy_n.h"
#include "tables_nphy.h" #include "tables_nphy.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "b43.h" #include "b43.h"
#include "tables_nphy.h" #include "tables_nphy.h"
#include "phy_common.h" #include "phy_common.h"
#include "nphy.h" #include "phy_n.h"
struct b2055_inittab_entry { struct b2055_inittab_entry {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment