iwinfo: move nl80211_ops to iwinfo_nl80211.c, make functions static
[openwrt/svn-archive/archive.git] / package / network / utils / iwinfo / src / include / iwinfo.h
index 3aa0891c6eec0756a8335cfaac99a8c98c8f37a8..099eca617fc417e779dad2f58c821a49401f31d7 100644 (file)
@@ -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