Files
linux-st/include/linux
Bhanu Prakash Gollapudi 3c9c36bced net: Define NETDEV_FCOE_WWNN, NETDEV_FCOE_WWPN only when CONFIG_LIBFCOE is enabled
bnx2fc driver calls netdev->netdev_ops->ndo_fcoe_get_wwn() and it may not
be defined with the current Kconfig dependencies.  ndo_fcoe_get_wwn is
dependent on CONFIG_FCOE, but bnx2fc does not select CONFIG_FCOE, as it does
not depend on fcoe driver. Since both fcoe and bnx2fc drivers select
CONFIG_LIBFCOE, define NETDEV_FCOE_WWNN and NETDEV_FCOE_WWPN when
CONFIG_LIBFCOE is defined.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Yi Zou <yi.zou@intel.com>
Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Reviewed-by: Yi Zou <yi.zou@intel.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-28 17:08:28 -04:00
..
2011-08-08 14:29:29 -04:00
2011-08-09 15:38:57 -04:00
2011-08-03 11:30:42 -04:00
2011-08-03 19:06:37 -04:00
2011-08-06 22:53:23 -07:00
2011-08-08 12:11:02 -07:00
2011-07-31 12:18:16 -04:00
2011-08-09 11:27:16 -06:00
2011-08-16 00:16:49 -07:00
2011-08-03 14:25:22 -10:00
2011-08-24 19:40:40 -07:00