Revert "mac80211/ath9k: fix duration calculation for short-guard-interval frames...
[openwrt-10.03/.git] / package / mac80211 / patches / 560-minstrel_ht.patch
index 2f2aa9d39829d9b9f679ff2fc424219ab3134a1f..6c3d08eac2846cf9a2bc909d582b487c91ec5b07 100644 (file)
 +/* 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 */               \
 +      )
 +