diff options
-rw-r--r-- | net/mac80211/rc80211_minstrel_ht.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/mac80211/rc80211_minstrel_ht.c b/net/mac80211/rc80211_minstrel_ht.c index 165a4518bb48..775cf155e94b 100644 --- a/net/mac80211/rc80211_minstrel_ht.c +++ b/net/mac80211/rc80211_minstrel_ht.c | |||
@@ -519,9 +519,7 @@ minstrel_ht_set_rate(struct minstrel_priv *mp, struct minstrel_ht_sta *mi, | |||
519 | rate->count = mr->retry_count; | 519 | rate->count = mr->retry_count; |
520 | 520 | ||
521 | rate->flags = IEEE80211_TX_RC_MCS | group->flags; | 521 | rate->flags = IEEE80211_TX_RC_MCS | group->flags; |
522 | if (txrc->short_preamble) | 522 | if (rtscts) |
523 | rate->flags |= IEEE80211_TX_RC_USE_SHORT_PREAMBLE; | ||
524 | if (txrc->rts || rtscts) | ||
525 | rate->flags |= IEEE80211_TX_RC_USE_RTS_CTS; | 523 | rate->flags |= IEEE80211_TX_RC_USE_RTS_CTS; |
526 | rate->idx = index % MCS_GROUP_RATES + (group->streams - 1) * MCS_GROUP_RATES; | 524 | rate->idx = index % MCS_GROUP_RATES + (group->streams - 1) * MCS_GROUP_RATES; |
527 | } | 525 | } |