From 6ad2a9a64f34ea3b376c3064fcba30b3c8e654dd Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 11 Jul 2023 18:45:04 +0200 Subject: [PATCH] ix: remove stale comment Reported by: Navdeep Parhar --- sys/dev/ixgbe/if_ix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/ixgbe/if_ix.c b/sys/dev/ixgbe/if_ix.c index 09c0a82279e..45ab7c27233 100644 --- a/sys/dev/ixgbe/if_ix.c +++ b/sys/dev/ixgbe/if_ix.c @@ -3678,7 +3678,6 @@ ixgbe_if_update_admin_status(if_ctx_t ctx) ixgbe_fc_enable(&sc->hw); /* Update DMA coalescing config */ ixgbe_config_dmac(sc); - /* should actually be negotiated value */ iflib_link_state_change(ctx, LINK_STATE_UP, ixgbe_link_speed_to_baudrate(adapter->link_speed));