aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/541-ath9k_rx_dma_stop_check.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-10-10 14:31:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-10-10 14:31:22 +0000
commitdd604086e3a558dc5404bc4291eff75eb9a4b204 (patch)
treed8cb4ad25b0f458204828c29a2a1284aa3d73838 /package/kernel/mac80211/patches/541-ath9k_rx_dma_stop_check.patch
parent58a1b0cefef7d136251a0cd3a4d453046661a1a6 (diff)
downloadmaster-187ad058-dd604086e3a558dc5404bc4291eff75eb9a4b204.tar.gz
master-187ad058-dd604086e3a558dc5404bc4291eff75eb9a4b204.tar.bz2
master-187ad058-dd604086e3a558dc5404bc4291eff75eb9a4b204.zip
ath9k: add some cleanups and minor fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38354 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches/541-ath9k_rx_dma_stop_check.patch')
-rw-r--r--package/kernel/mac80211/patches/541-ath9k_rx_dma_stop_check.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/541-ath9k_rx_dma_stop_check.patch b/package/kernel/mac80211/patches/541-ath9k_rx_dma_stop_check.patch
index 5d063c7d65..accf8ee281 100644
--- a/package/kernel/mac80211/patches/541-ath9k_rx_dma_stop_check.patch
+++ b/package/kernel/mac80211/patches/541-ath9k_rx_dma_stop_check.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ath9k/mac.c
+++ b/drivers/net/wireless/ath/ath9k/mac.c
-@@ -705,7 +705,7 @@ bool ath9k_hw_stopdmarecv(struct ath_hw
+@@ -701,7 +701,7 @@ bool ath9k_hw_stopdmarecv(struct ath_hw
{
#define AH_RX_STOP_DMA_TIMEOUT 10000 /* usec */
struct ath_common *common = ath9k_hw_common(ah);
@@ -9,7 +9,7 @@
int i;
/* Enable access to the DMA observation bus */
-@@ -735,6 +735,16 @@ bool ath9k_hw_stopdmarecv(struct ath_hw
+@@ -731,6 +731,16 @@ bool ath9k_hw_stopdmarecv(struct ath_hw
}
if (i == 0) {