]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dp83640: use proper function to free transmit time stamping packets
authorRichard Cochran <richardcochran@gmail.com>
Fri, 21 Oct 2011 00:49:16 +0000 (00:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Oct 2011 23:14:50 +0000 (19:14 -0400)
commitf5ff7cd1a84caa9545d952a37ac872ccb73825fb
tree13d027308cfd1e3557a7824f6af48eb761e390a1
parent9f56220fad0d13f8b0ebe7592f41fdb49874d143
dp83640: use proper function to free transmit time stamping packets

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>
Cc: <stable@vger.kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/dp83640.c