commit | 63a76944b674bb758232e4213da0da95ae055012 | [log] [tgz] |
---|---|---|
author | Somnath Kotur <somnath.kotur@emulex.com> | Mon Oct 25 01:11:10 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 25 12:14:10 2010 -0700 |
tree | 70b0389ed576a06cb193a47d15daa7b66b3bf048 | |
parent | 18edc84cf15cbe114dcdf7e8612ee52586d0aad7 [diff] |
be2net: Call netif_carier_off() after register_netdev() Calling netif_carrier_off before register_netdev was causing the network interface to miss a linkwatch pending event leading to an inconsistent state if the link is not up when interface is initialized.This is now invoked after register_netdev. Signed-off-by: Somnath Kotur <somnath.kotur@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>