igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTP
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 24 May 2016 20:56:27 +0000 (13:56 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 29 Jun 2016 17:48:07 +0000 (10:48 -0700)
commit462f11888207934bbecd0f154f6cf0bedac5ecd0
tree61882f81bf0363a0721e8fe8e62711bb4b695c5a
parent12746fd21e9fe1bf9103a28f15abbf343a3a66d0
igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTP

Upcoming patches will introduce new PTP specific flags. To avoid
cluttering the normal flags variable, introduce PTP specific "ptp_flags"
variable for this purpose, and move IGB_FLAG_PTP to become
IGB_PTP_ENABLED.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb.h
drivers/net/ethernet/intel/igb/igb_ptp.c