ixgbe: Remove unused emulation MAC storage from the per VF data structure.
[safe/jmp/linux-2.6] / drivers / net / ixgbe / ixgbe.h
index ed73585..e576fb4 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
 
   Intel 10 Gigabit PCI Express Linux driver
-  Copyright(c) 1999 - 2009 Intel Corporation.
+  Copyright(c) 1999 - 2010 Intel Corporation.
 
   This program is free software; you can redistribute it and/or modify it
   under the terms and conditions of the GNU General Public License,
@@ -110,7 +110,6 @@ struct vf_data_storage {
        u16 num_vf_mc_hashes;
        u16 default_vf_vlan_id;
        u16 vlans_enabled;
-       unsigned char em_mac_addresses[MAX_EMULATION_MAC_ADDRS * ETH_ALEN];
        bool clear_to_send;
        int rar;
 };