diff --git a/[refs] b/[refs] index 05edf2f99413..ab9bc5a6c875 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7fd871edf437362b62ddd807542638cbda8d8a39 +refs/heads/master: 5854a32e6cb672d182ce378c69f0f7470137a062 diff --git a/trunk/net/mac80211/tx.c b/trunk/net/mac80211/tx.c index 16af30811f98..332ddcb1068a 100644 --- a/trunk/net/mac80211/tx.c +++ b/trunk/net/mac80211/tx.c @@ -947,6 +947,8 @@ __ieee80211_tx_prepare(struct ieee80211_tx_data *tx, tx->local = local; tx->sdata = IEEE80211_DEV_TO_SUB_IF(dev); tx->channel = local->hw.conf.channel; + tx->rate_idx = -1; + tx->last_frag_rate_idx = -1; /* * Set this flag (used below to indicate "automatic fragmentation"), * it will be cleared/left by radiotap as desired.