Commit e6f0b5c2 authored by Kalle Valo's avatar Kalle Valo Committed by John W. Linville

wl12xx: rename wl1251.c wl1251_ops.c

In preparation to split wl12xx to wl1251 and wl1271.
Signed-off-by: default avatarKalle Valo <kalle.valo@nokia.com>
Reviewed-by: default avatarVidhya Govindan <vidhya.govindan@nokia.com>
Reviewed-by: default avatarLuciano Coelho <luciano.coelho@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 77cc9e43
wl12xx-objs = main.o spi.o event.o wl1251_tx.o rx.o \ 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 debugfs.o
obj-$(CONFIG_WL12XX) += wl12xx.o obj-$(CONFIG_WL12XX) += wl12xx.o
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include "wl12xx.h" #include "wl12xx.h"
#include "wl12xx_80211.h" #include "wl12xx_80211.h"
#include "reg.h" #include "reg.h"
#include "wl1251.h" #include "wl1251_ops.h"
#include "spi.h" #include "spi.h"
#include "event.h" #include "event.h"
#include "wl1251_tx.h" #include "wl1251_tx.h"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include "wl1251.h" #include "wl1251_ops.h"
#include "reg.h" #include "reg.h"
#include "spi.h" #include "spi.h"
#include "boot.h" #include "boot.h"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* *
*/ */
#ifndef __WL1251_H__ #ifndef __WL1251_OPS_H__
#define __WL1251_H__ #define __WL1251_OPS_H__
#include <linux/bitops.h> #include <linux/bitops.h>
......
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