projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9423b3a
)
Allow full 250mw (24dBm) on WRT54GL and related with wl legacy driver on iwinfo Signe...
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 22 Feb 2012 13:41:50 +0000
(13:41 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 22 Feb 2012 13:41:50 +0000
(13:41 +0000)
SVN-Revision: 30684
package/iwinfo/src/iwinfo_wl.c
patch
|
blob
|
history
diff --git
a/package/iwinfo/src/iwinfo_wl.c
b/package/iwinfo/src/iwinfo_wl.c
index 16202f629026bf15a790a48ccae292473c8cb325..3acfff4aadab5e3f2cb5c61ebec34c9450d567d8 100644
(file)
--- a/
package/iwinfo/src/iwinfo_wl.c
+++ b/
package/iwinfo/src/iwinfo_wl.c
@@
-489,8
+489,8
@@
int wl_get_assoclist(const char *ifname, char *buf, int *len)
int wl_get_txpwrlist(const char *ifname, char *buf, int *len)
{
struct iwinfo_txpwrlist_entry entry;
- uint8_t dbm[8] = { 0, 6, 8, 10, 12, 14, 16, 18 };
- uint8_t mw[8] = { 1, 3, 6, 10, 15, 25, 39, 63 };
+ uint8_t dbm[8] = { 0, 6, 8, 10, 12, 14, 16, 18
, 20, 22, 24
};
+ uint8_t mw[8] = { 1, 3, 6, 10, 15, 25, 39, 63
, 100, 158, 251
};
int i;
for (i = 0; i < 8; i++)