commit | e5f0fd278084d79d6be0920043519749374b0507 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Thu Feb 24 23:57:47 2011 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Mon Feb 28 23:57:23 2011 +0000 |
tree | afd06055d8d1058ceabc349396b087698183d237 | |
parent | a526f140b22131376b0e49577210e6af73e2b89f [diff] |
sfc: Read MC firmware version when requested through ethtool We currently make no use of siena_nic_data::fw_{version,build} except to format the firmware version for ethtool_get_drvinfo(). Since we only read the version at start of day, this information is incorrect after an MC firmware update. Remove the cached version information and read it via MCDI whenever it is requested. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>