]> git.baikalelectronics.ru Git - kernel.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)
commit1da5f0b7bb3cc1ffc986878da7b70e5a6c28a500
tree13d027308cfd1e3557a7824f6af48eb761e390a1
parent3a1c4ad77b5e6a850c5323f09036fee5c58fb9d7
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