From: Michael Buesch Date: Wed, 18 Nov 2009 19:53:05 +0000 (+0100) Subject: b43: Enforce DMA descriptor memory constraints X-Git-Tag: v2.6.33-rc1~388^2~214^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd568a50c446433038dec2a5186c5c57c3dbd23;p=pandora-kernel.git b43: Enforce DMA descriptor memory constraints Enforce all device constraints on the descriptor memory region. There are several constraints on the descriptor memory, as documented in the specification. The current code does not enforce them and/or incorrectly enforces them. Those constraints are: - The address limitations on 30/32bit engines, that also apply to the skbs. - The 4k alignment requirement on 30/32bit engines. - The 8k alignment requirement on 64bit engines. Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed