commit | bd50817859e7e82ba6e4adc75ebd8ac19459d8a4 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Nov 16 19:27:03 2010 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Nov 16 19:27:03 2010 -0800 |
tree | b4fcbe0313d482c79a423acb6eac18d90940067a | |
parent | aa80175a539a47fd11e2fbf1696a29f7a2652930 [diff] |
ixgbe: change mac_type if statements to switch statements This change replaces a number of if/elseif/else statements with switch statements to support the addition of future devices to the ixgbe driver. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Ross Brattain <ross.b.brattain@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>