diff options
Diffstat (limited to 'package/iw/patches/130-fix_txpower.patch')
-rw-r--r-- | package/iw/patches/130-fix_txpower.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/iw/patches/130-fix_txpower.patch b/package/iw/patches/130-fix_txpower.patch deleted file mode 100644 index 9e0c2df323..0000000000 --- a/package/iw/patches/130-fix_txpower.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/phy.c -+++ b/phy.c -@@ -277,7 +277,7 @@ static int handle_txpower(struct nl80211 - } - - mbm = strtol(argv[1], &endptr, 10); -- if (!*endptr) -+ if (*endptr) - return 2; - NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_TX_POWER_LEVEL, mbm); - } else if (argc != 1) |