diff options
author | 2025-04-27 14:27:25 +0300 | |
---|---|---|
committer | 2025-05-21 10:28:51 -0400 | |
commit | dd0ccf858057b793beb3779be7576d92c93cf828 (patch) | |
tree | 438257307069b50b0595e23985c40c17d897758b /net/unix/af_unix.c | |
parent | Bluetooth: btintel_pcie: Dump debug registers on error (diff) | |
download | wireguard-linux-dd0ccf858057b793beb3779be7576d92c93cf828.tar.xz wireguard-linux-dd0ccf858057b793beb3779be7576d92c93cf828.zip |
Bluetooth: add support for SIOCETHTOOL ETHTOOL_GET_TS_INFO
Bluetooth needs some way for user to get supported so_timestamping flags
for the different socket types.
Use SIOCETHTOOL API for this purpose. As hci_dev is not associated with
struct net_device, the existing implementation can't be reused, so we
add a small one here.
Add support (only) for ETHTOOL_GET_TS_INFO command. The API differs
slightly from netdev in that the result depends also on socket type.
Signed-off-by: Pauli Virtanen <pav@iki.fi>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions