]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: make DMA memory consistent
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 14 Nov 2008 03:11:57 +0000 (19:11 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 25 Nov 2008 21:41:35 +0000 (16:41 -0500)
commit352675a43886a558d843c0117286054f841de3f1
treea27e355cd0cef3f6d4d3192eebcdc6aa714ef796
parent26c0a357f96ad70fae6b4e1dd51e15516a757d84
ath9k: make DMA memory consistent

Make the DMAable mameory consistent with pci_set_consistent_dma_mask().
The DMA-mapping.txt Documentation recommends this but for PCI-X
considerations and on strange architecture like SGI SN2, not sure
why it would fix an issue but lets see if it does, just in case.

Before this, this driver was tested with x86_64 with about
7 GB of RAM, not sure if this is really needed.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/main.c