mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: vt6655: mac80211 conversion: device_error remove legacy functions
Remove netif_stop_queue, bCmdRunning and timer functions Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
64fea6e455
commit
7e5d88d89b
@ -1313,10 +1313,6 @@ static void device_error(struct vnt_private *pDevice, unsigned short status)
|
||||
if (status & ISR_FETALERR) {
|
||||
dev_err(&pDevice->pcid->dev, "Hardware fatal error\n");
|
||||
|
||||
netif_stop_queue(pDevice->dev);
|
||||
del_timer(&pDevice->sTimerCommand);
|
||||
del_timer(&(pDevice->pMgmt->sTimerSecondCallback));
|
||||
pDevice->bCmdRunning = false;
|
||||
MACbShutdown(pDevice->PortOffset);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user