]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ixgbe/ixgbe_pf.c
ixgbe/base: set MDIO speed after MAC reset
[dpdk.git] / drivers / net / ixgbe / ixgbe_pf.c
index 2ffbd1fa5451e3489cbf12743633e48afd4f765a..d60fd608d7f689da1e9d37de7bffabe5bc7c16f5 100644 (file)
@@ -286,7 +286,7 @@ int ixgbe_pf_host_configure(struct rte_eth_dev *eth_dev)
         * enable vlan filtering and allow all vlan tags through
         */
         vlanctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL);
-        vlanctrl |= IXGBE_VLNCTRL_VFE ; /* enable vlan filters */
+        vlanctrl |= IXGBE_VLNCTRL_VFE; /* enable vlan filters */
         IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlanctrl);
 
         /* VFTA - enable all vlan filters */