iwinfo: move wl_ops to iwinfo_wl.c, make functions static
[openwrt/openwrt.git] / package / network / utils / iwinfo / src / include / iwinfo.h
index 099eca617fc417e779dad2f58c821a49401f31d7..d11f128eb055b41210a25b565a7a741b398229dd 100644 (file)
@@ -186,9 +186,8 @@ 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;
+extern const struct iwinfo_ops wl_ops;
 
-#ifdef USE_WL
-#include "iwinfo/wl.h"
-#endif
+#include "iwinfo/utils.h"
 
 #endif