summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc.h
diff options
context:
space:
mode:
authorSasha Neftin <sasha.neftin@intel.com>2020-12-20 11:16:49 +0200
committerTony Nguyen <anthony.l.nguyen@intel.com>2021-02-03 15:20:32 -0800
commit94f794d15a5ea902aabf148f17f5310a2f6ccd67 (patch)
treed6922127d9cd24af210a211dfba120747b205163 /drivers/net/ethernet/intel/igc/igc.h
parent01bb6129c641030a40931c1a8c60ce4098c23dc9 (diff)
igc: Expose the gPHY firmware version
Extend reporting of NVM image version to include the gPHY (i225 PHY) firmware version. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc.h')
-rw-r--r--drivers/net/ethernet/intel/igc/igc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc.h b/drivers/net/ethernet/intel/igc/igc.h
index 2d8b1716a20c..5d2809dfd06a 100644
--- a/drivers/net/ethernet/intel/igc/igc.h
+++ b/drivers/net/ethernet/intel/igc/igc.h
@@ -218,7 +218,7 @@ struct igc_adapter {
struct timespec64 prev_ptp_time; /* Pre-reset PTP clock */
ktime_t ptp_reset_start; /* Reset time in clock mono */
- char fw_version[16];
+ char fw_version[32];
};
void igc_up(struct igc_adapter *adapter);