commit | e63193652bfbea40e33b3a4cf4d338f9c82fbc05 | [log] [tgz] |
---|---|---|
author | Ajit Khaparde <ajit.khaparde@emulex.com> | Fri Feb 11 13:35:41 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 11 21:14:44 2011 -0800 |
tree | 0034593dfb33d79a4183e7ac70af964bb5692650 | |
parent | c99ac3e7e47ffb9e504d9b08f608e9d7519a6b4f [diff] |
be2net: call be_vf_eth_addr_config() after register_netdev This is to avoid the completion processing for be_vf_eth_addr_config to consume the link status notification before netdev_register. Otherwise this causes the PF miss its first link status update. Signed-off-by: Ajit Khaparde <ajit.khaparde@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>