projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add support for the 8250 UART module.
[openwrt.git]
/
package
/
iwinfo
/
src
/
iwinfo_wl.c
diff --git
a/package/iwinfo/src/iwinfo_wl.c
b/package/iwinfo/src/iwinfo_wl.c
index
b7e5d19
..
3d15fc9
100644
(file)
--- a/
package/iwinfo/src/iwinfo_wl.c
+++ b/
package/iwinfo/src/iwinfo_wl.c
@@
-401,8
+401,8
@@
static void wl_get_assoclist_cb(const char *ifname,
e->tx_rate.rate = sta.tx_rate;
/* ToDo: 11n */
e->tx_rate.rate = sta.tx_rate;
/* ToDo: 11n */
- e
.
rx_rate.mcs = -1;
- e
.
tx_rate.mcs = -1;
+ e
->
rx_rate.mcs = -1;
+ e
->
tx_rate.mcs = -1;
}
}
}
}
This page took
0.025476 seconds
and
4
git commands to generate.