iwinfo: move nl80211_ops to iwinfo_nl80211.c, make functions static
[openwrt/staging/yousong.git] / package / network / utils / iwinfo / src / include / iwinfo / wl.h
index 077a51bbd49650e960db54321e1aa5fe57ac0d0a..535a43dc37b357d0a8f40bfa10e2036891d2b4bb 100644 (file)
@@ -55,6 +55,8 @@ int wl_get_hardware_name(const char *ifname, char *buf);
 void wl_close(void);
 
 static const struct iwinfo_ops wl_ops = {
+       .name             = "wl",
+       .probe            = wl_probe,
        .channel          = wl_get_channel,
        .frequency        = wl_get_frequency,
        .frequency_offset = wl_get_frequency_offset,