Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8388569a authored by Luciano Coelho's avatar Luciano Coelho
Browse files

wlcore: rename wl12xx.h to wlcore_i.h



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: default avatarLuciano Coelho <coelho@ti.com>
Signed-off-by: default avatarArik Nemtsov <arik@wizery.com>
parent be65202a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+3 −3
Original line number Diff line number Diff line
@@ -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__ */