projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: add support for the Senao/EnGenius ESR-9753 board
[openwrt.git]
/
package
/
iwinfo
/
src
/
iwinfo_wext.c
diff --git
a/package/iwinfo/src/iwinfo_wext.c
b/package/iwinfo/src/iwinfo_wext.c
index
3923c9e
..
c74785f
100644
(file)
--- a/
package/iwinfo/src/iwinfo_wext.c
+++ b/
package/iwinfo/src/iwinfo_wext.c
@@
-515,3
+515,17
@@
int wext_get_hardware_name(const char *ifname, char *buf)
sprintf(buf, "Generic WEXT");
return 0;
}
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.020336 seconds
and
4
git commands to generate.