dp83640: use proper function to free transmit time stamping packets
commit45db66ee98f480c80fa7e2c87c8ec6252181b638
authorRichard Cochran <richardcochran@gmail.com>
Fri, 21 Oct 2011 00:49:16 +0000 (21 00:49 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:44:48 +0000 (11 09:44 -0800)
tree1ca485e4f3406337db2f8c645fa2dd8a61154c46
parent48384756ccd3b787829007c48a29b8fada46beb8
dp83640: use proper function to free transmit time stamping packets

commit f5ff7cd1a84caa9545d952a37ac872ccb73825fb upstream.

The previous commit enforces a new rule for handling the cloned packets
for transmit time stamping. These packets must not be freed using any other
function than skb_complete_tx_timestamp. This commit fixes the one and only
driver using this API.

The driver first appeared in v3.0.

Signed-off-by: Richard Cochran <richard.cochran@omicron.at>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/phy/dp83640.c