Skip to content

Commit

Permalink
nvnetdrv: Only clear txrx control when stopping
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzee119 committed Dec 29, 2024
1 parent 15aabd8 commit 1b0036f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/net/nvnetdrv/nvnetdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,7 @@ void nvnetdrv_stop_txrx (void)
KeDelayExecutionThread(KernelMode, FALSE, FIFTY_MICRO);
}

reg32(NvRegLinkSpeed) = 0;
reg32(NvRegTransmitPoll) = 0;
reg32(NvRegTxRxControl) = 0;
}

int nvnetdrv_acquire_tx_descriptors (size_t count)
Expand Down

0 comments on commit 1b0036f

Please sign in to comment.