]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
wlcore: rename wl12xx.h to wlcore_i.h
authorLuciano Coelho <coelho@ti.com>
Thu, 10 May 2012 09:13:42 +0000 (12:13 +0300)
committerLuciano Coelho <coelho@ti.com>
Tue, 5 Jun 2012 12:56:10 +0000 (15:56 +0300)
The wl12xx.h file now contains mostly definitions that are internal to
wlcore.  Still, some things need to me moved to the public header, so
for now we keep including it in wlcore.h.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
drivers/net/wireless/ti/wlcore/wlcore.h
drivers/net/wireless/ti/wlcore/wlcore_i.h [moved from drivers/net/wireless/ti/wlcore/wl12xx.h with 99% similarity]

index f9ec84da3f7954089976b862c09ee7cfff0928f8..8f724daf4208c19794978d68508b6ec3baa23ad5 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <linux/platform_device.h>
 
-#include "wl12xx.h"
+#include "wlcore_i.h"
 #include "event.h"
 
 /* The maximum number of Tx descriptors in all chip families */
similarity index 99%
rename from drivers/net/wireless/ti/wlcore/wl12xx.h
rename to drivers/net/wireless/ti/wlcore/wlcore_i.h
index 571a4ef34a3221407c8ec4351da4bc42eeddea2f..819c97cdc162f6078b8d22252467bbb91ad2ca8d 100644 (file)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef __WL12XX_H__
-#define __WL12XX_H__
+#ifndef __WLCORE_I_H__
+#define __WLCORE_I_H__
 
 #include <linux/mutex.h>
 #include <linux/completion.h>
@@ -506,4 +506,4 @@ void wl1271_rx_filter_flatten_fields(struct wl12xx_rx_filter *filter,
 
 #define WL12XX_HW_BLOCK_SIZE   256
 
-#endif
+#endif /* __WLCORE_I_H__ */