commit | 30b3a23c2594e122e7086f97b5252a87eaf8a817 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Feb 17 17:33:24 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 29 15:37:22 2008 -0500 |
tree | 6c97b928fce785471236543fe71bce3b6d0324cb | |
parent | e542239f639fa4e7b13a949d39d44ff1eccf7e3a [diff] |
rt2x00: Fix Descriptor DMA initialization As Adam Baker reported the DMA address for the descriptor base was incorrectly initialized in the PCI drivers. Instead of the DMA base for the descriptor, the DMA base for the data was passed resulting in a broken TX/RX state for PCI drivers. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>