]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf4213b5c742f1a48edfb60b6f412ae30ac12ad84
tree67415fb9e06b14a2ff75d987f782854a4cd530f6
parent538ef0392c470c09a43da33475816e060e0e2e3b
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