commit | 6ff7ed8049ebf932643eee8680bb1d75691fa801 | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Thu Apr 04 16:17:57 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 04 10:20:39 2019 -0700 |
tree | 537d9923b01447d5a08f50eab2c520b3f11b244a | |
parent | c4e401e5a934bb0798ebbba98e08dab129695eff [diff] |
net: hns3: prevent change MTU when resetting When resetting, the changing of MTU is not allowed, so this patch adds checking reset status in hns3_nic_change_mtu() to do that. Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>