lkml.org 
[lkml]   [2017]   [Apr]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH V4 net-next 05/18] net: hns: bug fix of ethtool show the speed
    Date
    From: Daode Huang <huangdaode@hisilicon.com>

    When run ethtool ethX on hns driver, the speed will show
    as "Unknown". The base.speed is not correct assigned,
    this patch fix this bug.

    Signed-off-by: Daode Huang <huangdaode@hisilicon.com>
    Reviewed-by: Yisen Zhuang <yisen.zhuang@huawei.com>
    Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
    ---
    drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/net/ethernet/hisilicon/hns/hns_ethtool.c b/drivers/net/ethernet/hisilicon/hns/hns_ethtool.c
    index 3ac2183..3404eac 100644
    --- a/drivers/net/ethernet/hisilicon/hns/hns_ethtool.c
    +++ b/drivers/net/ethernet/hisilicon/hns/hns_ethtool.c
    @@ -146,7 +146,7 @@ static int hns_nic_get_link_ksettings(struct net_device *net_dev,

    /* When there is no phy, autoneg is off. */
    cmd->base.autoneg = false;
    - cmd->base.cmd = speed;
    + cmd->base.speed = speed;
    cmd->base.duplex = duplex;

    if (net_dev->phydev)
    --
    2.7.4

    \
     
     \ /
      Last update: 2017-04-01 13:09    [W:2.491 / U:0.224 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site