aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/b43.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2011-07-20 13:47:07 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-07-22 09:51:11 -0400
commit78c1ee7e61af4eb3f6c8a553ca56036e3734121f (patch)
tree4f4fcfb2be8f0eb508279028b3b450158388fff6 /drivers/net/wireless/b43/b43.h
parent292b11926fec139c0ff103bc229bc6c079d0862f (diff)
b43: disable parity check on BCMA devices
Analyze of MMIO dumps from BCM43224, BCM43225, BCM4313 and BCM4331 has shown that wl disables parity check for all that cards. This is required for receiving any packets from the hardware. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r--drivers/net/wireless/b43/b43.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h
index 8cf04597da44..c818b0bc88ec 100644
--- a/drivers/net/wireless/b43/b43.h
+++ b/drivers/net/wireless/b43/b43.h
@@ -594,6 +594,7 @@ struct b43_dma {
594 struct b43_dmaring *rx_ring; 594 struct b43_dmaring *rx_ring;
595 595
596 u32 translation; /* Routing bits */ 596 u32 translation; /* Routing bits */
597 bool parity; /* Check for parity */
597}; 598};
598 599
599struct b43_pio_txqueue; 600struct b43_pio_txqueue;