OSDN Git Service

b43: Move code from nphy.* to phy_n.*
authorMichael Buesch <mb@bu3sch.de>
Sat, 30 Aug 2008 00:27:19 +0000 (02:27 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 5 Sep 2008 20:17:43 +0000 (16:17 -0400)
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: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/Makefile
drivers/net/wireless/b43/main.c
drivers/net/wireless/b43/phy_common.c
drivers/net/wireless/b43/phy_n.c [moved from drivers/net/wireless/b43/nphy.c with 99% similarity]
drivers/net/wireless/b43/phy_n.h [moved from drivers/net/wireless/b43/nphy.h with 100% similarity]
drivers/net/wireless/b43/tables_nphy.c

index fb6ffce..7fe4903 100644 (file)
@@ -4,7 +4,7 @@ b43-$(CONFIG_B43_NPHY)          += tables_nphy.o
 b43-y                          += phy_common.o
 b43-y                          += phy_g.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                          += xmit.o
 b43-y                          += lo.o
index 2d915c1..fda9492 100644 (file)
@@ -46,7 +46,7 @@
 #include "debugfs.h"
 #include "phy_common.h"
 #include "phy_g.h"
-#include "nphy.h"
+#include "phy_n.h"
 #include "dma.h"
 #include "pio.h"
 #include "sysfs.h"
index 5a550a7..4b6c944 100644 (file)
@@ -29,7 +29,7 @@
 #include "phy_common.h"
 #include "phy_g.h"
 #include "phy_a.h"
-#include "nphy.h"
+#include "phy_n.h"
 #include "b43.h"
 #include "main.h"
 
similarity index 99%
rename from drivers/net/wireless/b43/nphy.c
rename to drivers/net/wireless/b43/phy_n.c
index 4cfeab8..8162fd7 100644 (file)
@@ -26,7 +26,7 @@
 #include <linux/types.h>
 
 #include "b43.h"
-#include "nphy.h"
+#include "phy_n.h"
 #include "tables_nphy.h"
 
 
index 1de2c2e..4e23363 100644 (file)
@@ -25,7 +25,7 @@
 #include "b43.h"
 #include "tables_nphy.h"
 #include "phy_common.h"
-#include "nphy.h"
+#include "phy_n.h"
 
 
 struct b2055_inittab_entry {