ath9k: allocate string buffer in read_file_dma() by kmalloc()
authorPavel Roskin <proski@gnu.org>
Fri, 29 Jan 2010 22:22:26 +0000 (17:22 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 1 Feb 2010 20:40:04 +0000 (15:40 -0500)
commit991a0987d9e821df1790bbbc368cf36db0c678d3
treee261098e166f8035868f60b62f9329d4bb2a5a38
parentf643e51d717b52ac28830e8bb98559b006a73bf4
ath9k: allocate string buffer in read_file_dma() by kmalloc()

Using stack for that causes warnings with CONFIG_FRAME_WARN=1024

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/debug.c