nxp-archive / openil_linuxptp

PTP IEEE 1588 stack for Linux
GNU General Public License v2.0
136 stars 60 forks source link

Adding software-transmit (SOF_TIMESTAMPING_TX_SOFTWARE) capability to driver #38

Open Mo-az92 opened 2 years ago

Mo-az92 commented 2 years ago

Hello,

i am using Ath9k driver to implement Wifi-ptp .

the ethtool tool shows, the interface does not support neither software or hardware timestamping. so how can i add software-transmit (SOF_TIMESTAMPING_TX_SOFTWARE) capability to the driver?

in the README.org is is written adding this capability entails adding a single line of code to the device driver.

where should be this line add?

Thanks.

vladimiroltean commented 2 years ago

Hello, this is not the upstream linuxptp repository, please resend your question to the linuxptp-users mailing list (https://sourceforge.net/p/linuxptp/mailman/).