commit | b7b585c286ab021bdb1d0c14b93c58b6bfbe3ef0 | [log] [tgz] |
---|---|---|
author | Jian Shen <shenjian15@huawei.com> | Sun Jan 27 00:49:20 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Jan 26 09:33:31 2019 -0800 |
tree | c42de64369e83b33f0a9e25eb41811b637c85ef2 | |
parent | 51e8439f34962794f6c5010a44893fe58450b8df [diff] |
net: hns3: add initialization for nic state This patch adds initialization for nic state, sets flag HNS3_NIC_STATE_DOWN when initialize, clears it before vectors and napi being enabled in the hns3_nic_net_up(), and sets it back in the error handler. Signed-off-by: Jian Shen <shenjian15@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>