diff options
author | David S. Miller <davem@davemloft.net> | 2010-12-26 04:20:38 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-26 04:20:38 +0100 |
commit | 041110a439e21cd40709ead4ffbfa8034619ad77 (patch) | |
tree | 4d9f792625a61fa26bc5085f0bfab6208f1ff0ec /drivers/net/ixgbe/ixgbe_x540.c | |
parent | bna: Update the driver version to 2.3.2.3 (diff) | |
parent | ixgbevf: Add X540 VF device support to the ixgbevf driver (diff) | |
download | linux-041110a439e21cd40709ead4ffbfa8034619ad77.tar.xz linux-041110a439e21cd40709ead4ffbfa8034619ad77.zip |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_x540.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_x540.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_x540.c b/drivers/net/ixgbe/ixgbe_x540.c index cf88515c0ef8..3a8923993ce3 100644 --- a/drivers/net/ixgbe/ixgbe_x540.c +++ b/drivers/net/ixgbe/ixgbe_x540.c @@ -685,6 +685,8 @@ static struct ixgbe_mac_operations mac_ops_X540 = { .fc_enable = &ixgbe_fc_enable_generic, .init_uta_tables = &ixgbe_init_uta_tables_generic, .setup_sfp = NULL, + .set_mac_anti_spoofing = &ixgbe_set_mac_anti_spoofing, + .set_vlan_anti_spoofing = &ixgbe_set_vlan_anti_spoofing, }; static struct ixgbe_eeprom_operations eeprom_ops_X540 = { |