commit | 6f70f6acc7321f9f6501157b29d2db8c475cf3b2 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Tue Apr 26 07:26:25 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Jun 21 01:21:26 2011 -0700 |
tree | 66eead072760b15d0b68812bdf12a473c34f0363 | |
parent | 86b4db3bcce714d6bdd8c056158821301624bf00 [diff] |
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>