Searched hist:"238442 f6bc10ba31577fc47e476c88689c80c7fa" (Results 1 – 1 of 1) sorted by relevance
/linux/net/core/ |
H A D | timestamping.c | diff 238442f6bc10ba31577fc47e476c88689c80c7fa Sun Jun 19 23:51:23 CEST 2011 Richard Cochran <richardcochran@gmail.com> 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>
|