b43: disable parity check on BCMA devices
[pandora-kernel.git] / drivers / net / wireless / b43 / b43.h
index 8cf0459..c818b0b 100644 (file)
@@ -594,6 +594,7 @@ struct b43_dma {
        struct b43_dmaring *rx_ring;
 
        u32 translation; /* Routing bits */
+       bool parity; /* Check for parity */
 };
 
 struct b43_pio_txqueue;