]> Pileus Git - ~andy/linux/commitdiff
Staging: w35und: Rename wbhal_s.h to wbhal.h
authorPekka Enberg <penberg@kernel.org>
Mon, 1 Nov 2010 19:50:06 +0000 (21:50 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Nov 2010 23:55:55 +0000 (15:55 -0800)
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>
drivers/staging/winbond/core.h
drivers/staging/winbond/mds.c
drivers/staging/winbond/mds_f.h
drivers/staging/winbond/mto.c
drivers/staging/winbond/phy_calibration.c
drivers/staging/winbond/phy_calibration.h
drivers/staging/winbond/reg.c
drivers/staging/winbond/wb35reg_f.h
drivers/staging/winbond/wb35rx_f.h
drivers/staging/winbond/wbhal.h [moved from drivers/staging/winbond/wbhal_s.h with 100% similarity]
drivers/staging/winbond/wbusb.c

index 2b87a0007319514fab692a40bb420dacd5ab3098..d7b3aca5ddebaa71ca7ac169edefc78ef1b7e5b7 100644 (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"
index 2128e6e6ff5a4887f4e0f3253868632aae0ea6c9..9ac2c874ef055e6d3343c02d9a76611bc7f7563a 100644 (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"
 
index 7f68deae6d04f83f039764e7662e87344f875ae8..d902843e8aed836250845685b23bc72d38ea5183 100644 (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);
index 05d12625dfcd29cf830af4bbde5207792f2f1b54..1faebceceff7b2d4bf3a2a6041f308f45acb6321 100644 (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"
 
index 08cec74bdad7bbe9be5d34d06063fce4494e0d76..0658b09c78531e45e2922d7c53469cccead72200 100644 (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"
 
index 9fcdab137cb3339e6928875c8e1c06a8c28d2977..84f6e840a47a9121b2fb155e3d010fb61246e068 100644 (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
index 8df05c4d26ff9533dd7e6ee95d4f0c8ec5d0bdc0..439d213fe951271894f5d0ed9f91020a72bc7880 100644 (file)
@@ -1,5 +1,5 @@
 #include "sysdef.h"
-#include "wbhal_s.h"
+#include "wbhal.h"
 #include "wb35reg_f.h"
 #include "core.h"
 
index bf23c10841999039b9c94cbac9e7cebdfd21eb72..95dc98096845e07e30b4ea6ba9e447c0f1712d94 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __WINBOND_WB35REG_F_H
 #define __WINBOND_WB35REG_F_H
 
-#include "wbhal_s.h"
+#include "wbhal.h"
 
 /*
  * ====================================
index 98acce517d9019af73c5ebcd075c45c7132daaa2..1fdf65ea6041962f7a964abe8c49962db968aef6 100644 (file)
@@ -2,7 +2,7 @@
 #define __WINBOND_WB35RX_F_H
 
 #include <net/mac80211.h>
-#include "wbhal_s.h"
+#include "wbhal.h"
 
 //====================================
 // Interface function declare
index a053bbb396108959f3b418573836756011017856..df055abf5c421a7ed1931a32c4e2c9c1aa1e0d7d 100644 (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"