aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/546-ath9k_retry_cache_sync.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-15 17:55:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-09-15 17:55:16 +0000
commit22be36418e2f32eb058e303890bfc680342c377b (patch)
tree8f29bdde278f2df69be8193bc070a93050de3472 /package/mac80211/patches/546-ath9k_retry_cache_sync.patch
parent98372a8eb51cafa81f0e31672669dc23d745d109 (diff)
downloadupstream-22be36418e2f32eb058e303890bfc680342c377b.tar.gz
upstream-22be36418e2f32eb058e303890bfc680342c377b.tar.bz2
upstream-22be36418e2f32eb058e303890bfc680342c377b.zip
mac80211: update to wireless-testing 2011-09-14
SVN-Revision: 28245
Diffstat (limited to 'package/mac80211/patches/546-ath9k_retry_cache_sync.patch')
-rw-r--r--package/mac80211/patches/546-ath9k_retry_cache_sync.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/mac80211/patches/546-ath9k_retry_cache_sync.patch b/package/mac80211/patches/546-ath9k_retry_cache_sync.patch
deleted file mode 100644
index ed543acfa1..0000000000
--- a/package/mac80211/patches/546-ath9k_retry_cache_sync.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/xmit.c
-+++ b/drivers/net/wireless/ath/ath9k/xmit.c
-@@ -263,6 +263,7 @@ static void ath_tx_set_retry(struct ath_
- struct sk_buff *skb)
- {
- struct ath_frame_info *fi = get_frame_info(skb);
-+ struct ath_buf *bf = fi->bf;
- struct ieee80211_hdr *hdr;
-
- TX_STAT_INC(txq->axq_qnum, a_retries);
-@@ -271,6 +272,8 @@ static void ath_tx_set_retry(struct ath_
-
- hdr = (struct ieee80211_hdr *)skb->data;
- hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_RETRY);
-+ dma_sync_single_for_device(sc->dev, bf->bf_buf_addr,
-+ sizeof(*hdr), DMA_TO_DEVICE);
- }
-
- static struct ath_buf *ath_tx_get_buffer(struct ath_softc *sc)