]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita89009c01bdb02550706e26797e99eb202acb1a2
tree3c89665e2aa76803010d37dfae47bf55ef419618
parent9cde427583aa2365c91ba984e7650d95b77199c0
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