commit | 95046b927a54f461766f83a212c6a93bc5fd2e67 | [log] [tgz] |
---|---|---|
author | Sathya Perla <sathya.perla@emulex.com> | Tue Jul 23 15:25:02 2013 +0530 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 24 15:41:52 2013 -0700 |
tree | 0d5518d5ca12bcd2d9a32740b42eac13049e7b9c | |
parent | b5bb9776b143dcf7931c6e00330bf8d518376760 [diff] |
be2net: refactor MAC-addr setup code The code to configure the permanent MAC in be_setup() has become quite complicated, with different FW cmds being used for BEx, SH-R and Lancer. Simplify the logic by moving some of this complexity to be_cmds.c. This makes the code in be_setup() a little more readable. Signed-off-by: Sathya Perla <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>