wl12xx: rename wl1251.c wl1251_ops.c
authorKalle Valo <kalle.valo@nokia.com>
Fri, 12 Jun 2009 11:16:58 +0000 (14:16 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 18:57:48 +0000 (14:57 -0400)
In preparation to split wl12xx to wl1251 and wl1271.

Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Reviewed-by: Vidhya Govindan <vidhya.govindan@nokia.com>
Reviewed-by: Luciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/wl12xx/Makefile
drivers/net/wireless/wl12xx/main.c
drivers/net/wireless/wl12xx/wl1251_ops.c [moved from drivers/net/wireless/wl12xx/wl1251.c with 99% similarity]
drivers/net/wireless/wl12xx/wl1251_ops.h [moved from drivers/net/wireless/wl12xx/wl1251.h with 98% similarity]

index 7e05ea3..bb2f252 100644 (file)
@@ -1,4 +1,4 @@
 wl12xx-objs            = main.o spi.o event.o wl1251_tx.o rx.o \
-                         ps.o cmd.o acx.o boot.o init.o wl1251.o  \
+                         ps.o cmd.o acx.o boot.o init.o wl1251_ops.o  \
                          debugfs.o
 obj-$(CONFIG_WL12XX)   += wl12xx.o
index a2aebac..3fc48c7 100644 (file)
@@ -34,7 +34,7 @@
 #include "wl12xx.h"
 #include "wl12xx_80211.h"
 #include "reg.h"
-#include "wl1251.h"
+#include "wl1251_ops.h"
 #include "spi.h"
 #include "event.h"
 #include "wl1251_tx.h"
similarity index 99%
rename from drivers/net/wireless/wl12xx/wl1251.c
rename to drivers/net/wireless/wl12xx/wl1251_ops.c
index 77494a9..126537f 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 
-#include "wl1251.h"
+#include "wl1251_ops.h"
 #include "reg.h"
 #include "spi.h"
 #include "boot.h"
similarity index 98%
rename from drivers/net/wireless/wl12xx/wl1251.h
rename to drivers/net/wireless/wl12xx/wl1251_ops.h
index 1f4a443..74acf8e 100644 (file)
@@ -21,8 +21,8 @@
  *
  */
 
-#ifndef __WL1251_H__
-#define __WL1251_H__
+#ifndef __WL1251_OPS_H__
+#define __WL1251_OPS_H__
 
 #include <linux/bitops.h>