[MACVLAN]: Fix thinko in macvlan_transfer_operstate()
authorPatrick McHardy <kaber@trash.net>
Mon, 21 Jan 2008 08:47:08 +0000 (00:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:08:36 +0000 (15:08 -0800)
commitf12ca5f97b7f99288aff1dc32a91f21c3230fefe
treef9a25557f567c89ff8c1fd0b43c5748380b8221d
parent91b4f954759653272504c55b715b757207ed1700
[MACVLAN]: Fix thinko in macvlan_transfer_operstate()

When the lower device's carrier is off, the macvlan devices's
carrier state should be checked to decide whether it needs to
be turned off. Currently the lower device's state is checked
a second time.

This still works, but unnecessarily tries to turn off the
carrier when its already off.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c
This page took 0.026081 seconds and 5 git commands to generate.