igb: Fix overwrite of the VF's flags
authorGreg Rose <gregory.v.rose@intel.com>
Sat, 6 Nov 2010 05:43:21 +0000 (05:43 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 25 Dec 2010 05:33:09 +0000 (21:33 -0800)
commit8fa7e0f739b70db14e788efba4960bfc1873d550
treebfad9d316363a3cbb7e06230309ded410325d205
parentb1cdfead0e532d7614b5d5b97044df94cc8945ae
igb: Fix overwrite of the VF's flags

The vf flags were being overwritten causing the flag that indicates
that the PF has set the VF MAC address to get cleared.  This would
allow the VF to override the MAC address assigned by the Host VMM
using the ip link set command.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/igb/igb_main.c