]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath9k: fix dma mapping leak of rx buffer upon rmmod
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Sat, 28 Mar 2009 01:45:02 +0000 (01:45 +0000)
committerChris Wright <chrisw@sous-sol.org>
Thu, 2 Apr 2009 20:55:16 +0000 (13:55 -0700)
commitfb2d617e4b8ac0a2c07643a3a6299409692f8003
treeeac8847ef428f0a79d7ac5f02170cc183f40773d
parent8bc20526fc862d18997fd6f267a985d428fbc6e5
ath9k: fix dma mapping leak of rx buffer upon rmmod

upstream commit: 051b919188650fe4c93ca8701183ae88439388f6

We were claiming DMA buffers on the RX tasklet but never
upon a simple module removal.

Cc: stable@kernel.org
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
[chrisw: backport to 2.6.29]
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/net/wireless/ath9k/recv.c