Skip to content
Snippets Groups Projects
Verified Commit cb423f49 authored by minute's avatar minute
Browse files

tsf: struct name change for kernel 6.11

parent 2df221d6
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ hdd_tsf_record_sk_for_skb(hdd_context_t *hdd_ctx, adf_nbuf_t nbuf)
*
* Return: Describe the execute result of this routine
*/
int wlan_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info);
int wlan_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info);
#endif
#endif
......@@ -1495,7 +1495,7 @@ int hdd_indicate_tsf(hdd_adapter_t *adapter, uint32_t *buf, int len)
}
#ifdef WLAN_FEATURE_TSF_PTP
int wlan_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info)
int wlan_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info)
{
hdd_adapter_t *adapter = netdev_priv(dev);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment