]> bbs.cooldavid.org Git - net-next-2.6.git/commit
vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLAN
authorYi Zou <yi.zou@intel.com>
Mon, 31 Aug 2009 12:31:55 +0000 (12:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Sep 2009 08:24:23 +0000 (01:24 -0700)
commit0af46d997fcbfd25a9e166c2431bfebc03720a36
tree9516091be48bed458de11e9c6da529c16c2dffc3
parentcb45439977d3602b91dd0aca2d94fa3b32aebba6
vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLAN

This adds implementation of the net_devices_ops.ndo_fcoe_enable/_disable to
the VLAN driver. It checks if the real_dev has support for ndo_fcoe_enable/
ndo_fcoe_disable and if so, passes on to call the associated real_dev.

Signed-off-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_dev.c