mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 01:24:33 +00:00
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>
This commit is contained in:
parent
72ca8819f7
commit
b5ef076141
@ -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"
|
||||
|
||||
|
@ -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);
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "sysdef.h"
|
||||
#include "wbhal_s.h"
|
||||
#include "wbhal.h"
|
||||
#include "wb35reg_f.h"
|
||||
#include "core.h"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user