From: Ivo van Doorn Date: Fri, 23 May 2008 16:13:41 +0000 (+0200) Subject: rt2x00: Fix memleak in tx() path X-Git-Tag: v2.6.26-rc5~34^2~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3e63a55b1a7b695a79bf3eec2ff5ab6b336037;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed