git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9381be0
)
rt2x00: Fix memleak in tx() path
author
Ivo van Doorn
<ivdoorn@gmail.com>
Fri, 23 May 2008 16:13:41 +0000
(18:13 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 28 May 2008 20:43:43 +0000
(16:43 -0400)
When the tx() handler runs while the device has disapeared,
we did return NETDEV_TX_OK but didn't free the skb.
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found