commit | 0af46d997fcbfd25a9e166c2431bfebc03720a36 | [log] [tgz] |
---|---|---|
author | Yi Zou <yi.zou@intel.com> | Mon Aug 31 12:31:55 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 01 01:24:23 2009 -0700 |
tree | 9516091be48bed458de11e9c6da529c16c2dffc3 | |
parent | cb45439977d3602b91dd0aca2d94fa3b32aebba6 [diff] |
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>