qlcnic: remove netdev->trans_start updates within the driver
Code is removed because netdev->trans_start updates made by the driver will be ignored by the kernel. Signed-off-by: Sony Chacko <sony.chacko@qlogic.com> Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
02135582f3
Коммит
0ce54ce4aa
|
@ -382,8 +382,6 @@ static int qlcnic_83xx_idc_tx_soft_reset(struct qlcnic_adapter *adapter)
|
|||
clear_bit(__QLCNIC_RESETTING, &adapter->state);
|
||||
dev_err(&adapter->pdev->dev, "%s:\n", __func__);
|
||||
|
||||
adapter->netdev->trans_start = jiffies;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -3153,10 +3153,8 @@ qlcnic_check_health(struct qlcnic_adapter *adapter)
|
|||
if (adapter->need_fw_reset)
|
||||
goto detach;
|
||||
|
||||
if (adapter->ahw->reset_context && qlcnic_auto_fw_reset) {
|
||||
if (adapter->ahw->reset_context && qlcnic_auto_fw_reset)
|
||||
qlcnic_reset_hw_context(adapter);
|
||||
adapter->netdev->trans_start = jiffies;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -1734,7 +1734,6 @@ static int qlcnic_sriov_vf_handle_context_reset(struct qlcnic_adapter *adapter)
|
|||
|
||||
if (!qlcnic_sriov_vf_reinit_driver(adapter)) {
|
||||
qlcnic_sriov_vf_attach(adapter);
|
||||
adapter->netdev->trans_start = jiffies;
|
||||
adapter->tx_timeo_cnt = 0;
|
||||
adapter->reset_ctx_cnt = 0;
|
||||
adapter->fw_fail_cnt = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче