i40e: rename auto_disable_flags to hw_disabled_flags
authorHarshitha Ramamurthy <harshitha.ramamurthy@intel.com>
Fri, 3 Feb 2017 18:57:42 +0000 (10:57 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 15 Mar 2017 09:02:02 +0000 (02:02 -0700)
commitb77ac975930741f0b6612b18e55d7a72c81ea2ac
tree82c7291d9fbdd3dc7a436ff175bdc1a28c8f4753
parent15990832cd3e7e8904f8dacdabfa33adb9a836d6
i40e: rename auto_disable_flags to hw_disabled_flags

A previous commit introduced a field that tracks the features
that are disabled due to HW resource limitations as opposed
to the featured disabled by the user. This patch changes the
name of the field to make it more readable since it might get
confusing when looking at code containing both the flags
field and the auto_disable_features field together.

Change-ID: Idcc9888659698f6fe3ccff17c8c3f09b5026f708
Signed-off-by: Harshitha Ramamurthy <harshitha.ramamurthy@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/i40e/i40e_txrx.c