]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit85ebb19582c8a8b8fd551cd7a08ada90eca0e68d
tree05a94de13d6b85db98e168ca21fad3ae102f9141
parenta1af234256254ca3e3e5b9a75a4c14d8ffec9539
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