Commit 33457ff7 authored by John W. Linville's avatar John W. Linville

Merge branch 'master' of...

Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
parents 8afdd99a bbf807bc
...@@ -1276,6 +1276,10 @@ static void ath_tx_fill_desc(struct ath_softc *sc, struct ath_buf *bf, ...@@ -1276,6 +1276,10 @@ static void ath_tx_fill_desc(struct ath_softc *sc, struct ath_buf *bf,
if (!rts_thresh || (len > rts_thresh)) if (!rts_thresh || (len > rts_thresh))
rts = true; rts = true;
} }
if (!aggr)
len = fi->framelen;
ath_buf_set_rate(sc, bf, &info, len, rts); ath_buf_set_rate(sc, bf, &info, len, rts);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment