summaryrefslogtreecommitdiffstats
path: root/package/iw/patches/110-fix_rate_calculation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/iw/patches/110-fix_rate_calculation.patch')
-rw-r--r--package/iw/patches/110-fix_rate_calculation.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/iw/patches/110-fix_rate_calculation.patch b/package/iw/patches/110-fix_rate_calculation.patch
deleted file mode 100644
index e7328e39b..000000000
--- a/package/iw/patches/110-fix_rate_calculation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ibss.c
-+++ b/ibss.c
-@@ -104,7 +104,7 @@ static int join_ibss(struct nl80211_stat
- if (*end != '\0')
- return 1;
-
-- NLA_PUT_U32(msg, NL80211_ATTR_MCAST_RATE, (int) rate * 10);
-+ NLA_PUT_U32(msg, NL80211_ATTR_MCAST_RATE, (int)(rate * 10));
- argv++;
- argc--;
- }