commit | 0f3e63a55b1a7b695a79bf3eec2ff5ab6b336037 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Fri May 23 18:13:41 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 28 16:43:43 2008 -0400 |
tree | b24b5dd41ef30145d52e17eb43cd8595f2d84b98 | |
parent | 9381be059bf5831d259e8735005cfa35b7488543 [diff] |
rt2x00: Fix memleak in tx() path 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>