commit | aa2bacb60963870919ec5bc59ac69f0c31572d26 | [log] [tgz] |
---|---|---|
author | Don Skidmore <donald.c.skidmore@intel.com> | Thu Apr 09 22:03:22 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Apr 09 22:04:22 2015 -0700 |
tree | 28f55aab6d93fc08642c2093135a783f30d23737 | |
parent | 322d3ed1679047e4ed0c9997d84acf3cdd4f1d29 [diff] |
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 <donald.c.skidmore@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>