commit | 8788fdc2a53cf012a43808877eaa6ac7e3c923b4 | [log] [tgz] |
---|---|---|
author | Sathya Perla <sathyap@serverengines.com> | Mon Jul 27 22:52:03 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 01 23:06:20 2009 -0700 |
tree | ef62e30494ee1aaced18250ddb7295ff0bb28f7a | |
parent | 2f6d7c1b34403b97fa57473edcb6749d1db5ace3 [diff] |
be2net: get rid of be_ctrl_info struct/abstraction Currently only the be_ctrl_info struct ptr (instead of adapter) is passed to all the routines in be_cmds.c. Instead pass be_adapter ptr to allow access to all its fields. Merge the contents of struct be_ctrl_info into be_adapter. The resulting code is simpler. Signed-off-by: Sathya Perla <sathyap@serverengines.com> Signed-off-by: David S. Miller <davem@davemloft.net>