diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-08-30 20:59:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-08-30 20:59:57 +0000 |
commit | a4ad23919126a8d563e45f57ed839b504e319549 (patch) | |
tree | f050655a5dec98c9df6eeb58608f4b1f65c55db9 /package/mac80211/patches/580-ath9k_remove_common_chainmask.patch | |
parent | be077babbf4624fbe21b4b82699de98f088cead7 (diff) | |
download | upstream-a4ad23919126a8d563e45f57ed839b504e319549.tar.gz upstream-a4ad23919126a8d563e45f57ed839b504e319549.tar.bz2 upstream-a4ad23919126a8d563e45f57ed839b504e319549.zip |
ath9k: add a missing dma cache sync on aggregation software retry
SVN-Revision: 28132
Diffstat (limited to 'package/mac80211/patches/580-ath9k_remove_common_chainmask.patch')
-rw-r--r-- | package/mac80211/patches/580-ath9k_remove_common_chainmask.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch b/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch index c314f4236b..9ef623b918 100644 --- a/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch +++ b/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch @@ -90,7 +90,7 @@ --- a/drivers/net/wireless/ath/ath9k/xmit.c +++ b/drivers/net/wireless/ath/ath9k/xmit.c -@@ -1657,7 +1657,7 @@ u8 ath_txchainmask_reduction(struct ath_ +@@ -1660,7 +1660,7 @@ u8 ath_txchainmask_reduction(struct ath_ static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf, int len) { @@ -99,7 +99,7 @@ struct ath9k_11n_rate_series series[4]; struct sk_buff *skb; struct ieee80211_tx_info *tx_info; -@@ -1717,7 +1717,7 @@ static void ath_buf_set_rate(struct ath_ +@@ -1720,7 +1720,7 @@ static void ath_buf_set_rate(struct ath_ /* MCS rates */ series[i].Rate = rix | 0x80; series[i].ChSel = ath_txchainmask_reduction(sc, @@ -108,7 +108,7 @@ series[i].PktDuration = ath_pkt_duration(sc, rix, len, is_40, is_sgi, is_sp); if (rix < 8 && (tx_info->flags & IEEE80211_TX_CTL_STBC)) -@@ -1742,10 +1742,10 @@ static void ath_buf_set_rate(struct ath_ +@@ -1745,10 +1745,10 @@ static void ath_buf_set_rate(struct ath_ } if (bf->bf_state.bfs_paprd) |