Skip to content

Commit 54ba628

Browse files
nbuchwitzpelwell
authored andcommitted
Revert "bcmgenet: Disable skip_umac_reset by default"
This reverts commit 09d1901.
1 parent 4e7462f commit 54ba628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/broadcom/genet/bcmgenet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
/* Forward declarations */
6767
static void bcmgenet_set_rx_mode(struct net_device *dev);
68-
static bool skip_umac_reset = false;
68+
static bool skip_umac_reset = true;
6969
module_param(skip_umac_reset, bool, 0444);
7070
MODULE_PARM_DESC(skip_umac_reset, "Skip UMAC reset step");
7171

0 commit comments

Comments
 (0)