diff options
author | Kalle Valo <kalle.valo@nokia.com> | 2009-06-12 07:17:25 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 14:57:49 -0400 |
commit | 1367411858d5fc60b632a3f488f2b4adc73d12d7 (patch) | |
tree | d6bac06901b1dec653090f2ac5b1ff6ae1f70a21 /drivers/net | |
parent | ef2f8d45771490de5b8373c25e983ee1e3aee9ea (diff) |
wl1251: rename wl12xx.h to wl1251.h
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>
Diffstat (limited to 'drivers/net')
19 files changed, 18 insertions, 17 deletions
diff --git a/drivers/net/wireless/wl12xx/reg.h b/drivers/net/wireless/wl12xx/reg.h index e421643215cd..2de47cc32b8b 100644 --- a/drivers/net/wireless/wl12xx/reg.h +++ b/drivers/net/wireless/wl12xx/reg.h | |||
@@ -26,7 +26,6 @@ | |||
26 | #define __REG_H__ | 26 | #define __REG_H__ |
27 | 27 | ||
28 | #include <linux/bitops.h> | 28 | #include <linux/bitops.h> |
29 | #include "wl12xx.h" | ||
30 | 29 | ||
31 | #define REGISTERS_BASE 0x00300000 | 30 | #define REGISTERS_BASE 0x00300000 |
32 | #define DRPW_BASE 0x00310000 | 31 | #define DRPW_BASE 0x00310000 |
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl1251.h index c673cdb42d6c..c673cdb42d6c 100644 --- a/drivers/net/wireless/wl12xx/wl12xx.h +++ b/drivers/net/wireless/wl12xx/wl1251.h | |||
diff --git a/drivers/net/wireless/wl12xx/wl1251_acx.c b/drivers/net/wireless/wl12xx/wl1251_acx.c index cecc1fade3dc..1a840fa16db0 100644 --- a/drivers/net/wireless/wl12xx/wl1251_acx.c +++ b/drivers/net/wireless/wl12xx/wl1251_acx.c | |||
@@ -4,7 +4,7 @@ | |||
4 | #include <linux/crc7.h> | 4 | #include <linux/crc7.h> |
5 | #include <linux/spi/spi.h> | 5 | #include <linux/spi/spi.h> |
6 | 6 | ||
7 | #include "wl12xx.h" | 7 | #include "wl1251.h" |
8 | #include "wl12xx_80211.h" | 8 | #include "wl12xx_80211.h" |
9 | #include "reg.h" | 9 | #include "reg.h" |
10 | #include "wl1251_spi.h" | 10 | #include "wl1251_spi.h" |
diff --git a/drivers/net/wireless/wl12xx/wl1251_acx.h b/drivers/net/wireless/wl12xx/wl1251_acx.h index 203f11fd6c25..a23912014b90 100644 --- a/drivers/net/wireless/wl12xx/wl1251_acx.h +++ b/drivers/net/wireless/wl12xx/wl1251_acx.h | |||
@@ -25,7 +25,7 @@ | |||
25 | #ifndef __WL12XX_ACX_H__ | 25 | #ifndef __WL12XX_ACX_H__ |
26 | #define __WL12XX_ACX_H__ | 26 | #define __WL12XX_ACX_H__ |
27 | 27 | ||
28 | #include "wl12xx.h" | 28 | #include "wl1251.h" |
29 | #include "wl1251_cmd.h" | 29 | #include "wl1251_cmd.h" |
30 | 30 | ||
31 | /* Target's information element */ | 31 | /* Target's information element */ |
diff --git a/drivers/net/wireless/wl12xx/wl1251_boot.h b/drivers/net/wireless/wl12xx/wl1251_boot.h index 4fa73132baae..3e2b7668878a 100644 --- a/drivers/net/wireless/wl12xx/wl1251_boot.h +++ b/drivers/net/wireless/wl12xx/wl1251_boot.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #ifndef __BOOT_H__ | 24 | #ifndef __BOOT_H__ |
25 | #define __BOOT_H__ | 25 | #define __BOOT_H__ |
26 | 26 | ||
27 | #include "wl12xx.h" | 27 | #include "wl1251.h" |
28 | 28 | ||
29 | int wl12xx_boot_soft_reset(struct wl12xx *wl); | 29 | int wl12xx_boot_soft_reset(struct wl12xx *wl); |
30 | int wl12xx_boot_init_seq(struct wl12xx *wl); | 30 | int wl12xx_boot_init_seq(struct wl12xx *wl); |
diff --git a/drivers/net/wireless/wl12xx/wl1251_cmd.c b/drivers/net/wireless/wl12xx/wl1251_cmd.c index d0c2df6b5193..92c7fb6853eb 100644 --- a/drivers/net/wireless/wl12xx/wl1251_cmd.c +++ b/drivers/net/wireless/wl12xx/wl1251_cmd.c | |||
@@ -4,7 +4,7 @@ | |||
4 | #include <linux/crc7.h> | 4 | #include <linux/crc7.h> |
5 | #include <linux/spi/spi.h> | 5 | #include <linux/spi/spi.h> |
6 | 6 | ||
7 | #include "wl12xx.h" | 7 | #include "wl1251.h" |
8 | #include "wl12xx_80211.h" | 8 | #include "wl12xx_80211.h" |
9 | #include "reg.h" | 9 | #include "reg.h" |
10 | #include "wl1251_spi.h" | 10 | #include "wl1251_spi.h" |
diff --git a/drivers/net/wireless/wl12xx/wl1251_cmd.h b/drivers/net/wireless/wl12xx/wl1251_cmd.h index a2eae54a241c..b252ad25ee22 100644 --- a/drivers/net/wireless/wl12xx/wl1251_cmd.h +++ b/drivers/net/wireless/wl12xx/wl1251_cmd.h | |||
@@ -25,7 +25,7 @@ | |||
25 | #ifndef __WL12XX_CMD_H__ | 25 | #ifndef __WL12XX_CMD_H__ |
26 | #define __WL12XX_CMD_H__ | 26 | #define __WL12XX_CMD_H__ |
27 | 27 | ||
28 | #include "wl12xx.h" | 28 | #include "wl1251.h" |
29 | 29 | ||
30 | struct acx_header; | 30 | struct acx_header; |
31 | 31 | ||
diff --git a/drivers/net/wireless/wl12xx/wl1251_debugfs.c b/drivers/net/wireless/wl12xx/wl1251_debugfs.c index a63bc78bfbc2..866303dd6877 100644 --- a/drivers/net/wireless/wl12xx/wl1251_debugfs.c +++ b/drivers/net/wireless/wl12xx/wl1251_debugfs.c | |||
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | #include <linux/skbuff.h> | 26 | #include <linux/skbuff.h> |
27 | 27 | ||
28 | #include "wl12xx.h" | 28 | #include "wl1251.h" |
29 | #include "wl1251_acx.h" | 29 | #include "wl1251_acx.h" |
30 | #include "wl1251_ps.h" | 30 | #include "wl1251_ps.h" |
31 | 31 | ||
diff --git a/drivers/net/wireless/wl12xx/wl1251_debugfs.h b/drivers/net/wireless/wl12xx/wl1251_debugfs.h index 562cdcbcc874..37653eb0cd01 100644 --- a/drivers/net/wireless/wl12xx/wl1251_debugfs.h +++ b/drivers/net/wireless/wl12xx/wl1251_debugfs.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #ifndef WL12XX_DEBUGFS_H | 24 | #ifndef WL12XX_DEBUGFS_H |
25 | #define WL12XX_DEBUGFS_H | 25 | #define WL12XX_DEBUGFS_H |
26 | 26 | ||
27 | #include "wl12xx.h" | 27 | #include "wl1251.h" |
28 | 28 | ||
29 | int wl12xx_debugfs_init(struct wl12xx *wl); | 29 | int wl12xx_debugfs_init(struct wl12xx *wl); |
30 | void wl12xx_debugfs_exit(struct wl12xx *wl); | 30 | void wl12xx_debugfs_exit(struct wl12xx *wl); |
diff --git a/drivers/net/wireless/wl12xx/wl1251_event.c b/drivers/net/wireless/wl12xx/wl1251_event.c index 50b5e43d8f39..a6d92349add4 100644 --- a/drivers/net/wireless/wl12xx/wl1251_event.c +++ b/drivers/net/wireless/wl12xx/wl1251_event.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "wl12xx.h" | 25 | #include "wl1251.h" |
26 | #include "reg.h" | 26 | #include "reg.h" |
27 | #include "wl1251_spi.h" | 27 | #include "wl1251_spi.h" |
28 | #include "wl1251_event.h" | 28 | #include "wl1251_event.h" |
diff --git a/drivers/net/wireless/wl12xx/wl1251_init.h b/drivers/net/wireless/wl12xx/wl1251_init.h index c8b6cd0b7c3e..5b3301ae0099 100644 --- a/drivers/net/wireless/wl12xx/wl1251_init.h +++ b/drivers/net/wireless/wl12xx/wl1251_init.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #ifndef __WL12XX_INIT_H__ | 24 | #ifndef __WL12XX_INIT_H__ |
25 | #define __WL12XX_INIT_H__ | 25 | #define __WL12XX_INIT_H__ |
26 | 26 | ||
27 | #include "wl12xx.h" | 27 | #include "wl1251.h" |
28 | 28 | ||
29 | int wl12xx_hw_init_hwenc_config(struct wl12xx *wl); | 29 | int wl12xx_hw_init_hwenc_config(struct wl12xx *wl); |
30 | int wl12xx_hw_init_templates_config(struct wl12xx *wl); | 30 | int wl12xx_hw_init_templates_config(struct wl12xx *wl); |
diff --git a/drivers/net/wireless/wl12xx/wl1251_main.c b/drivers/net/wireless/wl12xx/wl1251_main.c index 16cd46c7164b..41b9c616ee86 100644 --- a/drivers/net/wireless/wl12xx/wl1251_main.c +++ b/drivers/net/wireless/wl12xx/wl1251_main.c | |||
@@ -31,7 +31,7 @@ | |||
31 | #include <linux/etherdevice.h> | 31 | #include <linux/etherdevice.h> |
32 | #include <linux/spi/wl12xx.h> | 32 | #include <linux/spi/wl12xx.h> |
33 | 33 | ||
34 | #include "wl12xx.h" | 34 | #include "wl1251.h" |
35 | #include "wl12xx_80211.h" | 35 | #include "wl12xx_80211.h" |
36 | #include "reg.h" | 36 | #include "reg.h" |
37 | #include "wl1251_ops.h" | 37 | #include "wl1251_ops.h" |
diff --git a/drivers/net/wireless/wl12xx/wl1251_netlink.c b/drivers/net/wireless/wl12xx/wl1251_netlink.c index 1bc049fa2bae..ca9a8567d581 100644 --- a/drivers/net/wireless/wl12xx/wl1251_netlink.c +++ b/drivers/net/wireless/wl12xx/wl1251_netlink.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #include <net/wireless.h> | 30 | #include <net/wireless.h> |
31 | #include <net/mac80211.h> | 31 | #include <net/mac80211.h> |
32 | 32 | ||
33 | #include "wl12xx.h" | 33 | #include "wl1251.h" |
34 | #include "wl1251_spi.h" | 34 | #include "wl1251_spi.h" |
35 | #include "wl1251_acx.h" | 35 | #include "wl1251_acx.h" |
36 | 36 | ||
diff --git a/drivers/net/wireless/wl12xx/wl1251_ops.h b/drivers/net/wireless/wl12xx/wl1251_ops.h index 7a78cc9e699f..c5c997bb64d7 100644 --- a/drivers/net/wireless/wl12xx/wl1251_ops.h +++ b/drivers/net/wireless/wl12xx/wl1251_ops.h | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | #include <linux/bitops.h> | 27 | #include <linux/bitops.h> |
28 | 28 | ||
29 | #include "wl12xx.h" | 29 | #include "wl1251.h" |
30 | #include "wl1251_acx.h" | 30 | #include "wl1251_acx.h" |
31 | 31 | ||
32 | #define WL1251_FW_NAME "wl1251-fw.bin" | 32 | #define WL1251_FW_NAME "wl1251-fw.bin" |
diff --git a/drivers/net/wireless/wl12xx/wl1251_ps.h b/drivers/net/wireless/wl12xx/wl1251_ps.h index db9f7ed9dd1d..8877842baf1b 100644 --- a/drivers/net/wireless/wl12xx/wl1251_ps.h +++ b/drivers/net/wireless/wl12xx/wl1251_ps.h | |||
@@ -25,7 +25,7 @@ | |||
25 | * | 25 | * |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include "wl12xx.h" | 28 | #include "wl1251.h" |
29 | #include "wl1251_acx.h" | 29 | #include "wl1251_acx.h" |
30 | 30 | ||
31 | int wl12xx_ps_set_mode(struct wl12xx *wl, enum wl12xx_cmd_ps_mode mode); | 31 | int wl12xx_ps_set_mode(struct wl12xx *wl, enum wl12xx_cmd_ps_mode mode); |
diff --git a/drivers/net/wireless/wl12xx/wl1251_rx.c b/drivers/net/wireless/wl12xx/wl1251_rx.c index d73e014d6118..280fc1843f85 100644 --- a/drivers/net/wireless/wl12xx/wl1251_rx.c +++ b/drivers/net/wireless/wl12xx/wl1251_rx.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <linux/skbuff.h> | 25 | #include <linux/skbuff.h> |
26 | #include <net/mac80211.h> | 26 | #include <net/mac80211.h> |
27 | 27 | ||
28 | #include "wl12xx.h" | 28 | #include "wl1251.h" |
29 | #include "reg.h" | 29 | #include "reg.h" |
30 | #include "wl1251_spi.h" | 30 | #include "wl1251_spi.h" |
31 | #include "wl1251_rx.h" | 31 | #include "wl1251_rx.h" |
diff --git a/drivers/net/wireless/wl12xx/wl1251_rx.h b/drivers/net/wireless/wl12xx/wl1251_rx.h index 8a23fdea5016..4379c5395389 100644 --- a/drivers/net/wireless/wl12xx/wl1251_rx.h +++ b/drivers/net/wireless/wl12xx/wl1251_rx.h | |||
@@ -27,6 +27,8 @@ | |||
27 | 27 | ||
28 | #include <linux/bitops.h> | 28 | #include <linux/bitops.h> |
29 | 29 | ||
30 | #include "wl1251.h" | ||
31 | |||
30 | /* | 32 | /* |
31 | * RX PATH | 33 | * RX PATH |
32 | * | 34 | * |
diff --git a/drivers/net/wireless/wl12xx/wl1251_spi.c b/drivers/net/wireless/wl12xx/wl1251_spi.c index d7eee8ce7ef2..5b4889e351d2 100644 --- a/drivers/net/wireless/wl12xx/wl1251_spi.c +++ b/drivers/net/wireless/wl12xx/wl1251_spi.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <linux/crc7.h> | 25 | #include <linux/crc7.h> |
26 | #include <linux/spi/spi.h> | 26 | #include <linux/spi/spi.h> |
27 | 27 | ||
28 | #include "wl12xx.h" | 28 | #include "wl1251.h" |
29 | #include "wl12xx_80211.h" | 29 | #include "wl12xx_80211.h" |
30 | #include "reg.h" | 30 | #include "reg.h" |
31 | #include "wl1251_spi.h" | 31 | #include "wl1251_spi.h" |
diff --git a/drivers/net/wireless/wl12xx/wl1251_tx.c b/drivers/net/wireless/wl12xx/wl1251_tx.c index c57330e36dfb..00c5649d9091 100644 --- a/drivers/net/wireless/wl12xx/wl1251_tx.c +++ b/drivers/net/wireless/wl12xx/wl1251_tx.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <linux/kernel.h> | 25 | #include <linux/kernel.h> |
26 | #include <linux/module.h> | 26 | #include <linux/module.h> |
27 | 27 | ||
28 | #include "wl12xx.h" | 28 | #include "wl1251.h" |
29 | #include "reg.h" | 29 | #include "reg.h" |
30 | #include "wl1251_spi.h" | 30 | #include "wl1251_spi.h" |
31 | #include "wl1251_tx.h" | 31 | #include "wl1251_tx.h" |