Skip to content

Commit

Permalink
Documentation: timestamping: correct path to net_tstamp.h
Browse files Browse the repository at this point in the history
net_tstamp.h is an UAPI header, so it was moved under include/uapi.

Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Jakub Kicinski authored and davem330 committed Jan 18, 2019
1 parent 88a8121 commit f655f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/networking/timestamping.txt
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ is again deprecated and ts[2] holds a hardware timestamp if set.

Hardware time stamping must also be initialized for each device driver
that is expected to do hardware time stamping. The parameter is defined in
/include/linux/net_tstamp.h as:
include/uapi/linux/net_tstamp.h as:

struct hwtstamp_config {
int flags; /* no flags defined right now, must be zero */
Expand Down Expand Up @@ -487,7 +487,7 @@ enum {
HWTSTAMP_FILTER_PTP_V1_L4_EVENT,

/* for the complete list of values, please check
* the include file /include/linux/net_tstamp.h
* the include file include/uapi/linux/net_tstamp.h
*/
};

Expand Down

0 comments on commit f655f8b

Please sign in to comment.