diff options
Diffstat (limited to 'package/wireless-tools/patches/002-fix-iwconfig-power-argument-parsing.patch')
-rw-r--r-- | package/wireless-tools/patches/002-fix-iwconfig-power-argument-parsing.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/wireless-tools/patches/002-fix-iwconfig-power-argument-parsing.patch b/package/wireless-tools/patches/002-fix-iwconfig-power-argument-parsing.patch deleted file mode 100644 index 2b61ef291..000000000 --- a/package/wireless-tools/patches/002-fix-iwconfig-power-argument-parsing.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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; |