]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit261d4104a4dbe6078d40858291dd395b90832fe7
tree61882f81bf0363a0721e8fe8e62711bb4b695c5a
parentbd70eba44602c98618b9bf8f9d9fd24e65b4bd69
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