commit | 7e937c633f718e0916a294db7282c922c1bf3ce3 | [log] [tgz] |
---|---|---|
author | Albert Herranz <albert_herranz@yahoo.es> | Wed Oct 07 00:07:44 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Oct 07 16:33:51 2009 -0400 |
tree | 4da6f9ccb20ded658fa67a9893fe6a2255dac064 | |
parent | f5b4da21ba293220001b5fd36be75c859b18afc1 [diff] |
b43: do not stack-allocate pio rx/tx header and tail buffers 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>