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

wl1251: rename wl12xx.h to wl1251.h

wl12xx.h is now only used by 1251 code, so we can rename it.
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 ef2f8d45
......@@ -26,7 +26,6 @@
#define __REG_H__
#include <linux/bitops.h>
#include "wl12xx.h"
#define REGISTERS_BASE 0x00300000
#define DRPW_BASE 0x00310000
......
......@@ -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"
......
......@@ -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 */
......
......@@ -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);
......
......@@ -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"
......
......@@ -25,7 +25,7 @@
#ifndef __WL12XX_CMD_H__
#define __WL12XX_CMD_H__
#include "wl12xx.h"
#include "wl1251.h"
struct acx_header;
......
......@@ -25,7 +25,7 @@
#include <linux/skbuff.h>
#include "wl12xx.h"
#include "wl1251.h"
#include "wl1251_acx.h"
#include "wl1251_ps.h"
......
......@@ -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);
......
......@@ -22,7 +22,7 @@
*
*/
#include "wl12xx.h"
#include "wl1251.h"
#include "reg.h"
#include "wl1251_spi.h"
#include "wl1251_event.h"
......
......@@ -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);
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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);
......
......@@ -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"
......
......@@ -27,6 +27,8 @@
#include <linux/bitops.h>
#include "wl1251.h"
/*
* RX PATH
*
......
......@@ -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"
......
......@@ -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"
......
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