Skip to content

Commit

Permalink
wl1251: rename wl12xx.h to wl1251.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kalle Valo authored and John W. Linville committed Jul 10, 2009
1 parent ef2f8d4 commit 1367411
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 17 deletions.
1 change: 0 additions & 1 deletion drivers/net/wireless/wl12xx/reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#define __REG_H__

#include <linux/bitops.h>
#include "wl12xx.h"

#define REGISTERS_BASE 0x00300000
#define DRPW_BASE 0x00310000
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_acx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_acx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef __WL12XX_CMD_H__
#define __WL12XX_CMD_H__

#include "wl12xx.h"
#include "wl1251.h"

struct acx_header;

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include <linux/skbuff.h>

#include "wl12xx.h"
#include "wl1251.h"
#include "wl1251_acx.h"
#include "wl1251_ps.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_debugfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
*/

#include "wl12xx.h"
#include "wl1251.h"
#include "reg.h"
#include "wl1251_spi.h"
#include "wl1251_event.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_ps.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions drivers/net/wireless/wl12xx/wl1251_rx.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

#include <linux/bitops.h>

#include "wl1251.h"

/*
* RX PATH
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/wl1251_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1367411

Please sign in to comment.