Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Pekka Enberg and committed by
Greg Kroah-Hartman
b5ef0761 72ca8819

+10 -10
+1 -1
drivers/staging/winbond/core.h
··· 4 4 #include <linux/wireless.h> 5 5 #include <linux/types.h> 6 6 7 - #include "wbhal_s.h" 7 + #include "wbhal.h" 8 8 #include "mto.h" 9 9 10 10 #include "mac_structures.h"
+1 -1
drivers/staging/winbond/mds.c
··· 2 2 #include "mlmetxrx_f.h" 3 3 #include "mto.h" 4 4 #include "sysdef.h" 5 - #include "wbhal_s.h" 5 + #include "wbhal.h" 6 6 #include "wblinux_f.h" 7 7 #include "wb35tx_f.h" 8 8
+1 -1
drivers/staging/winbond/mds_f.h
··· 1 1 #ifndef __WINBOND_MDS_F_H 2 2 #define __WINBOND_MDS_F_H 3 3 4 - #include "wbhal_s.h" 4 + #include "wbhal.h" 5 5 #include "core.h" 6 6 7 7 unsigned char Mds_initial(struct wbsoft_priv *adapter);
+1 -1
drivers/staging/winbond/mto.c
··· 19 19 20 20 #include "sysdef.h" 21 21 #include "sme_api.h" 22 - #include "wbhal_s.h" 22 + #include "wbhal.h" 23 23 #include "wb35reg_f.h" 24 24 #include "core.h" 25 25
+1 -1
drivers/staging/winbond/phy_calibration.c
··· 12 12 /****************** INCLUDE FILES SECTION ***********************************/ 13 13 #include "sysdef.h" 14 14 #include "phy_calibration.h" 15 - #include "wbhal_s.h" 15 + #include "wbhal.h" 16 16 #include "wb35reg_f.h" 17 17 #include "core.h" 18 18
+1 -1
drivers/staging/winbond/phy_calibration.h
··· 1 1 #ifndef __WINBOND_PHY_CALIBRATION_H 2 2 #define __WINBOND_PHY_CALIBRATION_H 3 3 4 - #include "wbhal_s.h" 4 + #include "wbhal.h" 5 5 6 6 #define REG_AGC_CTRL1 0x1000 7 7 #define REG_AGC_CTRL2 0x1004
+1 -1
drivers/staging/winbond/reg.c
··· 1 1 #include "sysdef.h" 2 - #include "wbhal_s.h" 2 + #include "wbhal.h" 3 3 #include "wb35reg_f.h" 4 4 #include "core.h" 5 5
+1 -1
drivers/staging/winbond/wb35reg_f.h
··· 1 1 #ifndef __WINBOND_WB35REG_F_H 2 2 #define __WINBOND_WB35REG_F_H 3 3 4 - #include "wbhal_s.h" 4 + #include "wbhal.h" 5 5 6 6 /* 7 7 * ====================================
+1 -1
drivers/staging/winbond/wb35rx_f.h
··· 2 2 #define __WINBOND_WB35RX_F_H 3 3 4 4 #include <net/mac80211.h> 5 - #include "wbhal_s.h" 5 + #include "wbhal.h" 6 6 7 7 //==================================== 8 8 // Interface function declare
drivers/staging/winbond/wbhal_s.h drivers/staging/winbond/wbhal.h
+1 -1
drivers/staging/winbond/wbusb.c
··· 16 16 #include "mds_f.h" 17 17 #include "mlmetxrx_f.h" 18 18 #include "mto.h" 19 - #include "wbhal_s.h" 19 + #include "wbhal.h" 20 20 #include "wb35reg_f.h" 21 21 #include "wb35tx_f.h" 22 22 #include "wb35rx_f.h"