]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2042ecb579b6b26ca6234b778d2158e46bf6c53a
tree82c7291d9fbdd3dc7a436ff175bdc1a28c8f4753
parentda80a3666f6954c660e6c6d097531457a811c3f0
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