net: make dev_disable_lro use physical device if passed a vlan dev (v2)
authorNeil Horman <nhorman@tuxdriver.com>
Tue, 24 May 2011 08:31:09 +0000 (08:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 May 2011 21:55:25 +0000 (17:55 -0400)
If the device passed into dev_disable_lro is a vlan, then repoint the dev
poniter so that we actually modify the underlying physical device.

Signed-of-by: Neil Horman <nhorman@tuxdriver.com>
CC: davem@davemloft.net
CC: bhutchings@solarflare.com
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found