ethtool: fix format error for wil6210
Signed-off-by: hongrongxuan <hongrongxuan@huawei.com>
This commit is contained in:
parent
f50e587136
commit
37c90c42eb
|
@ -22,7 +22,6 @@
|
|||
|
||||
#include "wil6210.h"
|
||||
|
||||
<<<<<<< HEAD
|
||||
static int wil_ethtoolops_begin(struct net_device *ndev)
|
||||
{
|
||||
struct wil6210_priv *wil = ndev_to_wil(ndev);
|
||||
|
@ -45,7 +44,8 @@ static void wil_ethtoolops_complete(struct net_device *ndev)
|
|||
|
||||
static int wil_ethtoolops_get_coalesce(struct net_device *ndev,
|
||||
struct ethtool_coalesce *cp,
|
||||
struct kernel_ethtool_coalesce *kernel_coal, struct netlink_ext_ack *extack)
|
||||
struct kernel_ethtool_coalesce *kernel_coal,
|
||||
struct netlink_ext_ack *extack)
|
||||
{
|
||||
struct wil6210_priv *wil = ndev_to_wil(ndev);
|
||||
u32 tx_itr_en, tx_itr_val = 0;
|
||||
|
|
Loading…
Reference in New Issue