You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
315 B
14 lines
315 B
16 years ago
|
--- a/iwconfig.c
|
||
|
+++ b/iwconfig.c
|
||
|
@@ -1034,8 +1034,8 @@ set_power_info(int skfd,
|
||
|
wrq.u.power.disabled = 0;
|
||
|
|
||
|
/* Is there any value to grab ? */
|
||
|
- value = strtod(args[0], &unit);
|
||
|
- if(unit != args[0])
|
||
|
+ value = strtod(args[i], &unit);
|
||
|
+ if(unit != args[i])
|
||
|
{
|
||
|
struct iw_range range;
|
||
|
int flags;
|