1
0
Fork 0

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: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
wifi-calibration
Pekka Enberg 2010-11-01 21:50:06 +02:00 committed by Greg Kroah-Hartman
parent 72ca8819f7
commit b5ef076141
11 changed files with 10 additions and 10 deletions

View File

@ -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"

View File

@ -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"

View File

@ -1,7 +1,7 @@
#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);

View File

@ -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"

View File

@ -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"

View File

@ -1,7 +1,7 @@
#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

View File

@ -1,5 +1,5 @@
#include "sysdef.h"
#include "wbhal_s.h"
#include "wbhal.h"
#include "wb35reg_f.h"
#include "core.h"

View File

@ -1,7 +1,7 @@
#ifndef __WINBOND_WB35REG_F_H
#define __WINBOND_WB35REG_F_H
#include "wbhal_s.h"
#include "wbhal.h"
/*
* ====================================

View File

@ -2,7 +2,7 @@
#define __WINBOND_WB35RX_F_H
#include <net/mac80211.h>
#include "wbhal_s.h"
#include "wbhal.h"
//====================================
// Interface function declare

View File

@ -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"