commit | 051b919188650fe4c93ca8701183ae88439388f6 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Mon Mar 23 18:25:01 2009 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Mar 27 20:13:19 2009 -0400 |
tree | bfb524a026a3b4b3fa24010fedde65440fd68d86 | |
parent | 14344b81ec264efbe59de0183f5ba38650a479a6 [diff] |
ath9k: fix dma mapping leak of rx buffer upon rmmod 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>