ixgbe: rename wol_supported to more fitting wol_enabled
authorJacob Keller <jacob.e.keller@intel.com>
Sat, 13 Apr 2013 05:40:37 +0000 (05:40 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 25 Apr 2013 00:41:34 +0000 (17:41 -0700)
commit6b92b0ba757342a1489b9400b67de864e6516381
tree05a94de13d6b85db98e168ca21fad3ae102f9141
parent5daebbb0b0089d20114edd1434c1b4daa1532d8a
ixgbe: rename wol_supported to more fitting wol_enabled

The variable wol_supported really is just checking whether it is enabled, rather
than whether it is supported. If it is enabled it will be supported, but this
does not necessarily hold true the other way around. This patch renames the
variable to avoid confusion.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h