]> Pileus Git - ~andy/linux/commit
ixgbe: fix bit mask for DCB version
authorJohn Fastabend <john.r.fastabend@intel.com>
Tue, 26 Apr 2011 07:26:25 +0000 (07:26 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 21 Jun 2011 08:21:26 +0000 (01:21 -0700)
commit6f70f6acc7321f9f6501157b29d2db8c475cf3b2
tree66eead072760b15d0b68812bdf12a473c34f0363
parent86b4db3bcce714d6bdd8c056158821301624bf00
ixgbe: fix bit mask for DCB version

This bit mask is wrong DCBX_HOST is always set. It was missed up
until now because lldpad reprograms the device on a link
event. However this is still wrong and it is best not to be
mis-configured for some time immediately following ixgbe_up().

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_main.c