1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/intel/ixgbe
Don Skidmore 53f096de3a ixgbe: fix ixgbe_fc_autoneg_fiber bug
A logic error in ixgbe_fc_autoneg_fiber() that treated a masked u32 as a
boolean would make it so we would never fall hit a error check case.  So
now I force the u32 to a boolean value with '!!'.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-08-29 01:31:46 -07:00
..
ixgbe.h ixgbe: Add support for setting CC bit when SR-IOV is enabled 2011-08-29 01:04:12 -07:00
ixgbe_82598.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_82599.c ixgbe: remove unneeded fdir pb alloc case 2011-08-29 01:15:53 -07:00
ixgbe_common.c ixgbe: fix ixgbe_fc_autoneg_fiber bug 2011-08-29 01:31:46 -07:00
ixgbe_common.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb_82598.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb_82598.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb_82599.c ixgbe: PFC not cleared on X540 devices 2011-08-29 01:25:51 -07:00
ixgbe_dcb_82599.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_dcb_nl.c ixgbe: consolidate, setup for multiple traffic classes 2011-08-29 01:18:13 -07:00
ixgbe_ethtool.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_fcoe.c ixgbe - DDP last user buffer - error to warn 2011-08-19 04:43:00 -07:00
ixgbe_fcoe.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_main.c ixgbe: cleanup feature flags in ixgbe_probe 2011-08-29 01:28:27 -07:00
ixgbe_mbx.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_mbx.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_phy.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_phy.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_sriov.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_sriov.h intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
ixgbe_type.h ixgbe: PFC not cleared on X540 devices 2011-08-29 01:25:51 -07:00
ixgbe_x540.c intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00
Makefile intel: Move the Intel wired LAN drivers 2011-08-10 20:03:27 -07:00