aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2009-04-06 16:47:17 +0000
committerMichael Büsch <mb@bu3sch.de>2009-04-06 16:47:17 +0000
commit3072d928f801294fc5c3b0e311eac2b4f1b29613 (patch)
tree39b892bb19502ca26c9d63e0693824a81af8d021 /package/mac80211
parent0a2efdd06a0c5973fe25c8cef2034c3a543d8279 (diff)
downloadupstream-3072d928f801294fc5c3b0e311eac2b4f1b29613.tar.gz
upstream-3072d928f801294fc5c3b0e311eac2b4f1b29613.tar.bz2
upstream-3072d928f801294fc5c3b0e311eac2b4f1b29613.zip
A patch which works around the issue is included in compat wireless.
SVN-Revision: 15120
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/patches/510-b43-mask-phyerr-irq.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/package/mac80211/patches/510-b43-mask-phyerr-irq.patch b/package/mac80211/patches/510-b43-mask-phyerr-irq.patch
deleted file mode 100644
index fcf29946d3..0000000000
--- a/package/mac80211/patches/510-b43-mask-phyerr-irq.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Subject: b43: Mask the PHY TX error interrupt
-
-Mask the PHY TX error interrupt. This error triggers for yet unknown
-reasons. It's not that often to really harm the transmission, but it _might_
-be more often than 1000 times in 15 seconds. The PHY TX error watchdog however
-will reset the controller, if it triggers more than 1000 times in 15 seconds.
-This might happen under heavy load and thus kill the interface.
-
-So as a workaround we ignore the PHY TX error.
-
-
---mb
-
-
---- a/drivers/net/wireless/b43/b43.h
-+++ b/drivers/net/wireless/b43/b43.h
-@@ -422,7 +422,6 @@ enum {
- B43_IRQ_ATIM_END | \
- B43_IRQ_PMQ | \
- B43_IRQ_MAC_TXERR | \
-- B43_IRQ_PHY_TXERR | \
- B43_IRQ_DMA | \
- B43_IRQ_TXFIFO_FLUSH_OK | \
- B43_IRQ_NOISESAMPLE_OK | \