git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b4da2
)
b43: do not stack-allocate pio rx/tx header and tail buffers
author
Albert Herranz
<albert_herranz@yahoo.es>
Tue, 6 Oct 2009 22:07:44 +0000
(
00:07
+0200)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 7 Oct 2009 20:33:51 +0000
(16:33 -0400)
The DMA-API debugging facility complains about b43 mapping memory from
stack for SDIO-based cards.
Indeed, b43 currently allocates the PIO RX/TX header and tail buffers
from stack. The solution here is to use heap-allocated buffers instead.
Signed-off-by: Albert Herranz <albert_herranz@yahoo.es>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found