aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iwinfo/src/include/iwinfo/wext.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/iwinfo/src/include/iwinfo/wext.h')
-rw-r--r--package/network/utils/iwinfo/src/include/iwinfo/wext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/utils/iwinfo/src/include/iwinfo/wext.h b/package/network/utils/iwinfo/src/include/iwinfo/wext.h
index e84f6a6f92..22016c69ac 100644
--- a/package/network/utils/iwinfo/src/include/iwinfo/wext.h
+++ b/package/network/utils/iwinfo/src/include/iwinfo/wext.h
@@ -55,6 +55,8 @@ int wext_get_hardware_name(const char *ifname, char *buf);
void wext_close(void);
static const struct iwinfo_ops wext_ops = {
+ .name = "wext",
+ .probe = wext_probe,
.channel = wext_get_channel,
.frequency = wext_get_frequency,
.frequency_offset = wext_get_frequency_offset,