]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath9k: Fix memleak on TX DMA failure
authorSujith <Sujith.Manoharan@atheros.com>
Mon, 13 Apr 2009 16:26:34 +0000 (21:56 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Jul 2009 23:50:13 +0000 (16:50 -0700)
commit88b8ab38b1b8d606fdc3b30b08ae9d9006c65961
treeea178ad1c8b8da43eee9c78cdefbc7774591c293
parent6dd473f8f9d29686f593b1a2151da74138488ae8
ath9k: Fix memleak on TX DMA failure

commit 675902ef822c114c0dac17ed10eed43eb8f5c9ec upstream.

The driver-specific region has to be freed in case
of a DMA mapping failure.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/ath9k/xmit.c