]> git.karo-electronics.de Git - linux-beck.git/commitdiff
wl1251: rename wl12xx.h to wl1251.h
authorKalle Valo <kalle.valo@nokia.com>
Fri, 12 Jun 2009 11:17:25 +0000 (14:17 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 18:57:49 +0000 (14:57 -0400)
wl12xx.h is now only used by 1251 code, so we can rename it.

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>
19 files changed:
drivers/net/wireless/wl12xx/reg.h
drivers/net/wireless/wl12xx/wl1251.h [moved from drivers/net/wireless/wl12xx/wl12xx.h with 100% similarity]
drivers/net/wireless/wl12xx/wl1251_acx.c
drivers/net/wireless/wl12xx/wl1251_acx.h
drivers/net/wireless/wl12xx/wl1251_boot.h
drivers/net/wireless/wl12xx/wl1251_cmd.c
drivers/net/wireless/wl12xx/wl1251_cmd.h
drivers/net/wireless/wl12xx/wl1251_debugfs.c
drivers/net/wireless/wl12xx/wl1251_debugfs.h
drivers/net/wireless/wl12xx/wl1251_event.c
drivers/net/wireless/wl12xx/wl1251_init.h
drivers/net/wireless/wl12xx/wl1251_main.c
drivers/net/wireless/wl12xx/wl1251_netlink.c
drivers/net/wireless/wl12xx/wl1251_ops.h
drivers/net/wireless/wl12xx/wl1251_ps.h
drivers/net/wireless/wl12xx/wl1251_rx.c
drivers/net/wireless/wl12xx/wl1251_rx.h
drivers/net/wireless/wl12xx/wl1251_spi.c
drivers/net/wireless/wl12xx/wl1251_tx.c

index e421643215cdb0bcab4aadc048cdd54649de7ca1..2de47cc32b8b6e49f47bf33b7671feecca917f98 100644 (file)
@@ -26,7 +26,6 @@
 #define __REG_H__
 
 #include <linux/bitops.h>
-#include "wl12xx.h"
 
 #define REGISTERS_BASE 0x00300000
 #define DRPW_BASE      0x00310000
index cecc1fade3dc858738857936e590e262b0b130c6..1a840fa16db067e28cc26ce2d0472e4c38a651f3 100644 (file)
@@ -4,7 +4,7 @@
 #include <linux/crc7.h>
 #include <linux/spi/spi.h>
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "wl12xx_80211.h"
 #include "reg.h"
 #include "wl1251_spi.h"
index 203f11fd6c25afb7d3e694b4444499525ce708ad..a23912014b90b0d54101b4f2c098c62431e7f291 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef __WL12XX_ACX_H__
 #define __WL12XX_ACX_H__
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "wl1251_cmd.h"
 
 /* Target's information element */
index 4fa73132baae1e717ded033cb5dd5de2a8e4694d..3e2b7668878ae3fe4f4809c552611b2adbd25e53 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef __BOOT_H__
 #define __BOOT_H__
 
-#include "wl12xx.h"
+#include "wl1251.h"
 
 int wl12xx_boot_soft_reset(struct wl12xx *wl);
 int wl12xx_boot_init_seq(struct wl12xx *wl);
index d0c2df6b51938688f665f74d4f9ead74dcb650c6..92c7fb6853eb7c24a5eda133ba0febafcde9e6ea 100644 (file)
@@ -4,7 +4,7 @@
 #include <linux/crc7.h>
 #include <linux/spi/spi.h>
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "wl12xx_80211.h"
 #include "reg.h"
 #include "wl1251_spi.h"
index a2eae54a241cd9a93d4ca3efbc3720c5f220a40e..b252ad25ee22561fa0f8950a5e78da3b0158290f 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef __WL12XX_CMD_H__
 #define __WL12XX_CMD_H__
 
-#include "wl12xx.h"
+#include "wl1251.h"
 
 struct acx_header;
 
index a63bc78bfbc2aaad3d7a58a0eace34d6ca00226d..866303dd6877318c0125e3f7771c69a16677cea9 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <linux/skbuff.h>
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "wl1251_acx.h"
 #include "wl1251_ps.h"
 
index 562cdcbcc87494f4e7c782fc0b0fac3d77b37718..37653eb0cd01596e7785b8c91209c843c0759b60 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef WL12XX_DEBUGFS_H
 #define WL12XX_DEBUGFS_H
 
-#include "wl12xx.h"
+#include "wl1251.h"
 
 int wl12xx_debugfs_init(struct wl12xx *wl);
 void wl12xx_debugfs_exit(struct wl12xx *wl);
index 50b5e43d8f39d72ce2419ac5841aad53dbeb83be..a6d92349add40fd3c97571a0e63cb000b44c0bf2 100644 (file)
@@ -22,7 +22,7 @@
  *
  */
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "reg.h"
 #include "wl1251_spi.h"
 #include "wl1251_event.h"
index c8b6cd0b7c3ef4c720452b41480e03201a8f96b2..5b3301ae009969b48bbb7d9b9b6d447544b3ddab 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef __WL12XX_INIT_H__
 #define __WL12XX_INIT_H__
 
-#include "wl12xx.h"
+#include "wl1251.h"
 
 int wl12xx_hw_init_hwenc_config(struct wl12xx *wl);
 int wl12xx_hw_init_templates_config(struct wl12xx *wl);
index 16cd46c7164bcee3ffdca9c13971c739b3edb8e9..41b9c616ee862c3fcc9fd685d8410baf7a8f0dea 100644 (file)
@@ -31,7 +31,7 @@
 #include <linux/etherdevice.h>
 #include <linux/spi/wl12xx.h>
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "wl12xx_80211.h"
 #include "reg.h"
 #include "wl1251_ops.h"
index 1bc049fa2bae98e5fc9d2734c56c57472e9b1284..ca9a8567d581c1b8d01e5d71c3027dfcf5e2aed9 100644 (file)
@@ -30,7 +30,7 @@
 #include <net/wireless.h>
 #include <net/mac80211.h>
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "wl1251_spi.h"
 #include "wl1251_acx.h"
 
index 7a78cc9e699f2e2960283c9486821bbf23227eb2..c5c997bb64d7dd2db135d5bce81f9eab025ebf59 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <linux/bitops.h>
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "wl1251_acx.h"
 
 #define WL1251_FW_NAME "wl1251-fw.bin"
index db9f7ed9dd1de6a62fcf1438c9c11341cb89b4d4..8877842baf1b08208de1258bf17a764fdf947a9f 100644 (file)
@@ -25,7 +25,7 @@
  *
  */
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "wl1251_acx.h"
 
 int wl12xx_ps_set_mode(struct wl12xx *wl, enum wl12xx_cmd_ps_mode mode);
index d73e014d6118d36407200aa1acc32bda76c4a8d8..280fc1843f85c446aa1a522ac676df5a56d86568 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/skbuff.h>
 #include <net/mac80211.h>
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "reg.h"
 #include "wl1251_spi.h"
 #include "wl1251_rx.h"
index 8a23fdea50160e7225e15b4236c7362cdaf3f742..4379c5395389d7db43e36cae90a38b8a5ea18dfd 100644 (file)
@@ -27,6 +27,8 @@
 
 #include <linux/bitops.h>
 
+#include "wl1251.h"
+
 /*
  * RX PATH
  *
index d7eee8ce7ef2fa35de938678c836995f247b9f6a..5b4889e351d27911d1563d8f21d30213b0ab36da 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/crc7.h>
 #include <linux/spi/spi.h>
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "wl12xx_80211.h"
 #include "reg.h"
 #include "wl1251_spi.h"
index c57330e36dfbc79461cdc4832859f04364752f0e..00c5649d90915286f495b01b213d94699f7ee224 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 
-#include "wl12xx.h"
+#include "wl1251.h"
 #include "reg.h"
 #include "wl1251_spi.h"
 #include "wl1251_tx.h"