commit | 238442f6bc10ba31577fc47e476c88689c80c7fa | [log] [tgz] |
---|---|---|
author | Richard Cochran <richardcochran@gmail.com> | Sun Jun 19 21:51:23 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 20 13:56:53 2011 -0700 |
tree | d6d5de4f94025ed12c55507c86b5738caf5a8756 | |
parent | 306ff6eb8e9c18bcafb8ca5be4be3c78dfe45475 [diff] |
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>