]> Git Repo - linux.git/blobdiff - drivers/net/ethernet/intel/e1000/e1000_main.c
net: introduce IFF_UNICAST_FLT private flag
[linux.git] / drivers / net / ethernet / intel / e1000 / e1000_main.c
index f97afda941d727a2b6e2afb8370ac46847c08b4d..7c280e5832b2023a543ef7bba5b4855e7067bdf5 100644 (file)
@@ -1080,6 +1080,8 @@ static int __devinit e1000_probe(struct pci_dev *pdev,
        netdev->vlan_features |= NETIF_F_HW_CSUM;
        netdev->vlan_features |= NETIF_F_SG;
 
+       netdev->priv_flags |= IFF_UNICAST_FLT;
+
        adapter->en_mng_pt = e1000_enable_mng_pass_thru(hw);
 
        /* initialize eeprom parameters */
This page took 0.033603 seconds and 4 git commands to generate.