From 99b500e98937b94f58352a0d3e4bd9c2ae36fca0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 7 Oct 2011 19:00:02 +0000 Subject: ath9k: disable phy error reporting on the rx queue to improve stability under noisy conditions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28379 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/580-ath9k_cleanup_set_interrupt.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/mac80211/patches/580-ath9k_cleanup_set_interrupt.patch') diff --git a/package/mac80211/patches/580-ath9k_cleanup_set_interrupt.patch b/package/mac80211/patches/580-ath9k_cleanup_set_interrupt.patch index cdf375b495..a93857a19d 100644 --- a/package/mac80211/patches/580-ath9k_cleanup_set_interrupt.patch +++ b/package/mac80211/patches/580-ath9k_cleanup_set_interrupt.patch @@ -110,7 +110,7 @@ --- a/drivers/net/wireless/ath/ath9k/recv.c +++ b/drivers/net/wireless/ath/ath9k/recv.c -@@ -1977,7 +1977,7 @@ requeue: +@@ -1974,7 +1974,7 @@ requeue: if (!(ah->imask & ATH9K_INT_RXEOL)) { ah->imask |= (ATH9K_INT_RXEOL | ATH9K_INT_RXORN); -- cgit v1.2.3