Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless

Esse commit está contido em:
John W. Linville
2014-01-06 14:08:41 -05:00
10 arquivos alterados com 105 adições e 40 exclusões

Ver arquivo

@@ -1264,6 +1264,10 @@ static void ath_tx_fill_desc(struct ath_softc *sc, struct ath_buf *bf,
if (!rts_thresh || (len > rts_thresh))
rts = true;
}
if (!aggr)
len = fi->framelen;
ath_buf_set_rate(sc, bf, &info, len, rts);
}