Skip to content
Snippets Groups Projects
Commit a6252047 authored by Paul Thomas's avatar Paul Thomas Committed by David S. Miller
Browse files

net: macb driver, check for SKBTX_HW_TSTAMP


Make sure SKBTX_HW_TSTAMP (i.e. SOF_TIMESTAMPING_TX_HARDWARE) has been
enabled for this skb. It does fix the issue where normal socks that
aren't expecting a timestamp will not wake up on select, but when a
user does want a SOF_TIMESTAMPING_TX_HARDWARE it does work.

Signed-off-by: default avatarPaul Thomas <pthomas8589@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 738de00c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment