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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 2a1a7d457136..532cf5127b70 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -649,6 +649,7 @@ ieee80211_tx_h_misc(struct ieee80211_txrx_data *tx)
649 if (tx->skb->len + FCS_LEN > tx->local->rts_threshold && 649 if (tx->skb->len + FCS_LEN > tx->local->rts_threshold &&
650 tx->local->rts_threshold < IEEE80211_MAX_RTS_THRESHOLD) { 650 tx->local->rts_threshold < IEEE80211_MAX_RTS_THRESHOLD) {
651 control->flags |= IEEE80211_TXCTL_USE_RTS_CTS; 651 control->flags |= IEEE80211_TXCTL_USE_RTS_CTS;
652 control->flags |= IEEE80211_TXCTL_LONG_RETRY_LIMIT;
652 control->retry_limit = 653 control->retry_limit =
653 tx->local->long_retry_limit; 654 tx->local->long_retry_limit;
654 } else { 655 } else {