]> git.baikalelectronics.ru Git - kernel.git/commit
net: export the receive time stamping hook for non-NAPI drivers
authorRichard Cochran <richardcochran@gmail.com>
Sun, 19 Jun 2011 21:51:23 +0000 (21:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jun 2011 20:56:53 +0000 (13:56 -0700)
commitfff0a42465695f68e4c2b2e977782cb354911269
treed6d5de4f94025ed12c55507c86b5738caf5a8756
parent2e533c932e1d62e15dc2b2ad8b7e634cde5ade35
net: export the receive time stamping hook for non-NAPI drivers

Ethernet MAC drivers based on phylib (but not using NAPI) can
enable hardware time stamping in phy devices by calling netif_rx()
conditionally based on a call to skb_defer_rx_timestamp().

This commit exports that function so that drivers calling it may
be compiled as modules.

Signed-off-by: Richard Cochran <richard.cochran@omicron.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/timestamping.c