aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r--net/mac80211/tx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index b29dc70b2f01..08d221674bc0 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -747,8 +747,6 @@ ieee80211_tx_h_load_stats(struct ieee80211_txrx_data *tx)
747 * 1 usec = 1/8 * (1080 / 10) = 13.5 */ 747 * 1 usec = 1/8 * (1080 / 10) = 13.5 */
748 748
749 if (mode->mode == MODE_IEEE80211A || 749 if (mode->mode == MODE_IEEE80211A ||
750 mode->mode == MODE_ATHEROS_TURBO ||
751 mode->mode == MODE_ATHEROS_TURBOG ||
752 (mode->mode == MODE_IEEE80211G && 750 (mode->mode == MODE_IEEE80211G &&
753 tx->u.tx.rate->flags & IEEE80211_RATE_ERP)) 751 tx->u.tx.rate->flags & IEEE80211_RATE_ERP))
754 hdrtime = CHAN_UTIL_HDR_SHORT; 752 hdrtime = CHAN_UTIL_HDR_SHORT;