]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 fb6ffce03f0af0b4c7f28e35768bbe8b3be4d760..7fe49034ff2bc2fedd8a5ee63770b1c1cac58e29 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 2d915c1a82a18f17edbe7609e5152db662168761..fda9492d5884f5fb35ed3a24fdd98d31d5f2a5bb 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 5a550a7af2e91605639bf045ca1d6c18fcb0d7fd..4b6c944be042c12a1a1f012c02bbd440211c0884 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 4cfeab8560f6d7ebb37a949a4daed50bd72aef4f..8162fd7792ff7433e811e0e3ef0603b594bf87f8 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 1de2c2e2e14cad79d1955c03594b3e25813dc378..4e2336315545a3de50b0418b1af0fb7a94908011 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 {