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, 0 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 9191b510bff8..22494bcf488a 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -1971,7 +1971,6 @@ struct sk_buff *ieee80211_beacon_get(struct ieee80211_hw *hw,
1971 sband->bitrates[rsel.rate_idx].flags & IEEE80211_RATE_SHORT_PREAMBLE) 1971 sband->bitrates[rsel.rate_idx].flags & IEEE80211_RATE_SHORT_PREAMBLE)
1972 info->flags |= IEEE80211_TX_CTL_SHORT_PREAMBLE; 1972 info->flags |= IEEE80211_TX_CTL_SHORT_PREAMBLE;
1973 1973
1974 info->antenna_sel_tx = local->hw.conf.antenna_sel_tx;
1975 info->control.retry_limit = 1; 1974 info->control.retry_limit = 1;
1976 1975
1977out: 1976out: