summaryrefslogtreecommitdiffstats
path: root/package/network/utils/iwinfo/src/include/iwinfo.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-21 12:33:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-21 12:33:27 +0000
commitb5eec473f0168d76fee9c9d89b8589c91ae2ef7f (patch)
treeefd7bd3b25741c6dfe11ef9bc3879bc30b04a70e /package/network/utils/iwinfo/src/include/iwinfo.h
parent6c02355830a47bff8d8b5d7b0d770df6b4a4410a (diff)
downloadmaster-31e0f0ae-b5eec473f0168d76fee9c9d89b8589c91ae2ef7f.tar.gz
master-31e0f0ae-b5eec473f0168d76fee9c9d89b8589c91ae2ef7f.tar.bz2
master-31e0f0ae-b5eec473f0168d76fee9c9d89b8589c91ae2ef7f.zip
iwinfo: move nl80211_ops to iwinfo_nl80211.c, make functions static
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40812
Diffstat (limited to 'package/network/utils/iwinfo/src/include/iwinfo.h')
-rw-r--r--package/network/utils/iwinfo/src/include/iwinfo.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/network/utils/iwinfo/src/include/iwinfo.h b/package/network/utils/iwinfo/src/include/iwinfo.h
index 3aa0891c6e..099eca617f 100644
--- a/package/network/utils/iwinfo/src/include/iwinfo.h
+++ b/package/network/utils/iwinfo/src/include/iwinfo.h
@@ -185,13 +185,10 @@ void iwinfo_finish(void);
extern const struct iwinfo_ops wext_ops;
extern const struct iwinfo_ops madwifi_ops;
+extern const struct iwinfo_ops nl80211_ops;
#ifdef USE_WL
#include "iwinfo/wl.h"
#endif
-#ifdef USE_NL80211
-#include "iwinfo/nl80211.h"
-#endif
-
#endif