r6040: fix wrong assignment in r6040_free_txbufs
authorFlorian Fainelli <florian@openwrt.org>
Wed, 24 Sep 2008 19:16:40 +0000 (21:16 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 25 Sep 2008 00:48:08 +0000 (20:48 -0400)
commit3b060be0582373be3c380629d7a6de5f06a311ed
tree67415fb9e06b14a2ff75d987f782854a4cd530f6
parent28a7e4c906bd86419eb8572b3b1343e619cd1470
r6040: fix wrong assignment in r6040_free_txbufs

This patch fixes a wrong assignment in r6040_free_txbufs
on a receive skb pointer while we should actually do this
on the transmit skb pointer.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/r6040.c