projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ec3f9
)
fix Set Tx Power error in wificonf
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jul 2005 12:20:06 +0000
(12:20 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jul 2005 12:20:06 +0000
(12:20 +0000)
SVN-Revision: 1394
openwrt/package/wificonf/wificonf.c
patch
|
blob
|
history
diff --git
a/openwrt/package/wificonf/wificonf.c
b/openwrt/package/wificonf/wificonf.c
index e1df6675e251b037094f170a3ec402a779656f0c..7a9cde5a1ad879f350ded97c59968bb4fee73b1f 100644
(file)
--- a/
openwrt/package/wificonf/wificonf.c
+++ b/
openwrt/package/wificonf/wificonf.c
@@
-396,7
+396,7
@@
void setup_wext(int skfd, char *ifname)
wrq.u.txpower.value = -1;
wrq.u.txpower.fixed = 1;
- wrq.u.txpower.flags = IW_TXPOW_
MWATT
;
+ wrq.u.txpower.flags = IW_TXPOW_
DBM
;
IW_SET_EXT_ERR(skfd, ifname, SIOCSIWTXPOW, &wrq, "Set Tx Power");
/* Set up WEP */