Fixes for leap 15.4 kernel flavour

This commit is contained in:
Bjarne von Horn 2023-05-31 15:43:08 +02:00
parent 801e4f549f
commit a35623c5b7
1 changed files with 8 additions and 2 deletions

View File

@ -2182,7 +2182,10 @@ static int igb_set_phys_id(struct net_device *netdev,
}
static int igb_set_coalesce(struct net_device *netdev,
struct ethtool_coalesce *ec)
struct ethtool_coalesce *ec,
struct kernel_ethtool_coalesce *kec,
struct netlink_ext_ack *ack)
{
struct igb_adapter *adapter = netdev_priv(netdev);
int i;
@ -2238,7 +2241,10 @@ static int igb_set_coalesce(struct net_device *netdev,
}
static int igb_get_coalesce(struct net_device *netdev,
struct ethtool_coalesce *ec)
struct ethtool_coalesce *ec,
struct kernel_ethtool_coalesce *kec,
struct netlink_ext_ack *ack)
{
struct igb_adapter *adapter = netdev_priv(netdev);