projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
brcm47xx: update bcma and ssb to master-2011-07-21
[openwrt.git]
/
package
/
iw
/
patches
/
110-fix_rate_calculation.patch
1
--- a/ibss.c
2
+++ b/ibss.c
3
@@ -104,7 +104,7 @@ static int join_ibss(struct nl80211_stat
4
if (*end != '\0')
5
return 1;
6
7
- NLA_PUT_U32(msg, NL80211_ATTR_MCAST_RATE, (int) rate * 10);
8
+ NLA_PUT_U32(msg, NL80211_ATTR_MCAST_RATE, (int)(rate * 10));
9
argv++;
10
argc--;
11
}
This page took
0.050623 seconds
and
5
git commands to generate.