From aa2bacb60963870919ec5bc59ac69f0c31572d26 Mon Sep 17 00:00:00 2001 From: Don Skidmore Date: Thu, 9 Apr 2015 22:03:22 -0700 Subject: [PATCH] ixgbe: Move bridge mode from flag to variable We are currently storing our BRIDGE_MODE as a bit in our adapter flags. This patch will store the actual mode instead which minimizes obfuscation and makes following patches for X550 simpler. Signed-off-by: Don Skidmore Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-format-patch failed