X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F552-ath9k_rx_dma_stop_check.patch;h=5d063c7d659954bd98e77fa1ecfd07203bd293f2;hp=4920ccbd7151c4e482488afdef67dd4fc4512110;hb=801985e5286881dd578a19280b2a6c8e212a530d;hpb=28240cc8d2d2d5d345a9459497dfc3c72379b994 diff --git a/package/mac80211/patches/552-ath9k_rx_dma_stop_check.patch b/package/mac80211/patches/552-ath9k_rx_dma_stop_check.patch index 4920ccbd71..5d063c7d65 100644 --- a/package/mac80211/patches/552-ath9k_rx_dma_stop_check.patch +++ b/package/mac80211/patches/552-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 -@@ -697,7 +697,7 @@ bool ath9k_hw_stopdmarecv(struct ath_hw +@@ -705,7 +705,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 */ -@@ -727,6 +727,16 @@ bool ath9k_hw_stopdmarecv(struct ath_hw +@@ -735,6 +735,16 @@ bool ath9k_hw_stopdmarecv(struct ath_hw } if (i == 0) {