Commit b5ef0761 authored by Pekka Enberg's avatar Pekka Enberg Committed by Greg Kroah-Hartman

Staging: w35und: Rename wbhal_s.h to wbhal.h

This patch renames the wbhal_s.h header file to wbhal.h now that it contains
both structure and function definitions.
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 72ca8819
......@@ -4,7 +4,7 @@
#include <linux/wireless.h>
#include <linux/types.h>
#include "wbhal_s.h"
#include "wbhal.h"
#include "mto.h"
#include "mac_structures.h"
......
......@@ -2,7 +2,7 @@
#include "mlmetxrx_f.h"
#include "mto.h"
#include "sysdef.h"
#include "wbhal_s.h"
#include "wbhal.h"
#include "wblinux_f.h"
#include "wb35tx_f.h"
......
#ifndef __WINBOND_MDS_F_H
#define __WINBOND_MDS_F_H
#include "wbhal_s.h"
#include "wbhal.h"
#include "core.h"
unsigned char Mds_initial(struct wbsoft_priv *adapter);
......
......@@ -19,7 +19,7 @@
#include "sysdef.h"
#include "sme_api.h"
#include "wbhal_s.h"
#include "wbhal.h"
#include "wb35reg_f.h"
#include "core.h"
......
......@@ -12,7 +12,7 @@
/****************** INCLUDE FILES SECTION ***********************************/
#include "sysdef.h"
#include "phy_calibration.h"
#include "wbhal_s.h"
#include "wbhal.h"
#include "wb35reg_f.h"
#include "core.h"
......
#ifndef __WINBOND_PHY_CALIBRATION_H
#define __WINBOND_PHY_CALIBRATION_H
#include "wbhal_s.h"
#include "wbhal.h"
#define REG_AGC_CTRL1 0x1000
#define REG_AGC_CTRL2 0x1004
......
#include "sysdef.h"
#include "wbhal_s.h"
#include "wbhal.h"
#include "wb35reg_f.h"
#include "core.h"
......
#ifndef __WINBOND_WB35REG_F_H
#define __WINBOND_WB35REG_F_H
#include "wbhal_s.h"
#include "wbhal.h"
/*
* ====================================
......
......@@ -2,7 +2,7 @@
#define __WINBOND_WB35RX_F_H
#include <net/mac80211.h>
#include "wbhal_s.h"
#include "wbhal.h"
//====================================
// Interface function declare
......
......@@ -16,7 +16,7 @@
#include "mds_f.h"
#include "mlmetxrx_f.h"
#include "mto.h"
#include "wbhal_s.h"
#include "wbhal.h"
#include "wb35reg_f.h"
#include "wb35tx_f.h"
#include "wb35rx_f.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