commit | 68a360e82e55c9b35097e7be7f7991d8f401032f | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Fri Jul 25 18:01:31 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 29 11:39:50 2014 -0700 |
tree | 62ae3d497c487600f8c93bbd541ad763af096e28 | |
parent | ce7505882122d9fd72159e902b1ca9cc9d896679 [diff] |
packet: remove deprecated syststamp timestamp No device driver will ever return an skb_shared_info structure with syststamp non-zero, so remove the branch that tests for this and optionally marks the packet timestamp as TP_STATUS_TS_SYS_HARDWARE. Do not remove the definition TP_STATUS_TS_SYS_HARDWARE, as processes may refer to it. Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>