[package] iwinfo: implement proper hardware detection for ar23xx SoC devices like...
[openwrt.git] / package / iwinfo / src / iwinfo_wext.c
index 3923c9e..c74785f 100644 (file)
@@ -515,3 +515,17 @@ int wext_get_hardware_name(const char *ifname, char *buf)
        sprintf(buf, "Generic WEXT");
        return 0;
 }
+
+int wext_get_txpower_offset(const char *ifname, int *buf)
+{
+       /* Stub */
+       *buf = 0;
+       return -1;
+}
+
+int wext_get_frequency_offset(const char *ifname, int *buf)
+{
+       /* Stub */
+       *buf = 0;
+       return -1;
+}
This page took 0.027521 seconds and 4 git commands to generate.