qlcnic: fix default operating state of interface
authorAmit Kumar Salecha <amit.salecha@qlogic.com>
Wed, 22 Jun 2011 02:52:21 +0000 (02:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2011 08:17:07 +0000 (01:17 -0700)
commitc55ad8e56b983f03589b38b4504b5d1f41161ff8
tree3c89665e2aa76803010d37dfae47bf55ef419618
parent5f6ec29abe434676f940357bcd66536bbc69e9f8
qlcnic: fix default operating state of interface

Currently interface shows status as RUNNING, even if there is no link.
To fix this, netif_carrier_off should be called qlcnic_open().

Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com>
Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/qlcnic/qlcnic_main.c