commit | d85b9004bc2047d79248b167cc151ff9a4b509c3 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Sep 22 17:56:20 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 22 21:20:03 2010 -0700 |
tree | b507aff12a94c51e48e0bca5eaa21ab5c82e6b50 | |
parent | 768190fdc058cc7405330f7782782df084c25d61 [diff] |
igb: clear VF_PROMISC bits instead of setting all other bits This change corrects an issue in which we were setting all flag bits except for promisc instead of clearing the promisc bits due to the incorrect use of an |= instead of an &=. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>