]> Git Repo - linux.git/commit
net: macb driver, check for SKBTX_HW_TSTAMP
authorPaul Thomas <[email protected]>
Mon, 8 Apr 2019 19:37:54 +0000 (15:37 -0400)
committerDavid S. Miller <[email protected]>
Mon, 8 Apr 2019 23:38:23 +0000 (16:38 -0700)
commita62520473f15750cd1432d36b377a06cd7cff8d2
tree7541ee89ab3db6a604f8c1ea122fa5c4791e89af
parent738de00cda52e20c197fe4813b089e4fe5312b22
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: Paul Thomas <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/cadence/macb_main.c
This page took 0.047247 seconds and 4 git commands to generate.