1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

iwinfo: un-export internal api header files

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40815
This commit is contained in:
Felix Fietkau 2014-05-21 12:34:02 +00:00
parent 8c4421ecd6
commit 4c9fc236c9
8 changed files with 4 additions and 4 deletions

@ -21,7 +21,7 @@
*/
#include "iwinfo_wext.h"
#include "iwinfo/api/madwifi.h"
#include "api/madwifi.h"
/*

@ -33,7 +33,7 @@
#include "iwinfo.h"
#include "iwinfo/utils.h"
#include "iwinfo/api/nl80211.h"
#include "api/nl80211.h"
struct nl80211_state {
struct nl_sock *nl_sock;

@ -23,7 +23,7 @@
#include "iwinfo.h"
#include "iwinfo/utils.h"
#include "iwinfo/api/wext.h"
#include "api/wext.h"
typedef struct stream_descr

@ -19,7 +19,7 @@
*/
#include "iwinfo.h"
#include "iwinfo/api/broadcom.h"
#include "api/broadcom.h"
static int wl_ioctl(const char *name, int cmd, void *buf, int len)
{