projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adm5120: add CONFIG_PCI=y on router_le too
[openwrt.git]
/
package
/
mac80211
/
patches
/
560-minstrel_ht.patch
diff --git
a/package/mac80211/patches/560-minstrel_ht.patch
b/package/mac80211/patches/560-minstrel_ht.patch
index
2f2aa9d
..
6c3d08e
100644
(file)
--- a/
package/mac80211/patches/560-minstrel_ht.patch
+++ b/
package/mac80211/patches/560-minstrel_ht.patch
@@
-100,7
+100,7
@@
+/* Transmission time for a packet containing (syms) symbols */
+#define MCS_SYMBOL_TIME(sgi, syms) \
+ (sgi ? \
+/* Transmission time for a packet containing (syms) symbols */
+#define MCS_SYMBOL_TIME(sgi, syms) \
+ (sgi ? \
-+ ((syms) * 18 + 4) /
6
: /* syms * 3.6 us */ \
++ ((syms) * 18 + 4) /
5
: /* syms * 3.6 us */ \
+ (syms) << 2 /* syms * 4 us */ \
+ )
+
+ (syms) << 2 /* syms * 4 us */ \
+ )
+
This page took
0.024124 seconds
and
4
git commands to generate.