diff options
author | Sathya Perla <sathya.perla@emulex.com> | 2011-08-02 19:57:41 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-08-03 03:23:29 -0700 |
commit | d09f698056a33c8b078497fb23e3304b6f8a908f (patch) | |
tree | 9d1be0be2f7ae5d60689e005b567efe74dd4b4ae /drivers/misc/Makefile | |
parent | a9b3cd7f323b2e57593e7215362a7b02fc933e3a (diff) | |
download | linux-d09f698056a33c8b078497fb23e3304b6f8a908f.tar.gz linux-d09f698056a33c8b078497fb23e3304b6f8a908f.tar.bz2 linux-d09f698056a33c8b078497fb23e3304b6f8a908f.zip |
be2net: remove wrong and unnecessary calls to netif_carrier_off()
1) In be_probe(), as soon as the MCC Q is created a gratuitous link status
event is received and processed. Accordingly netif_carrier_off/on() is called.
The extra netif_carrier_off() call in probe can race with this and cause wrong
state.
2) be_close() need not call netif_carrier_off(). It is OK to show the actual
link state even when the device is administratively down.
Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/misc/Makefile')
0 files changed, 0 insertions, 0 deletions