ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessors
authorBen Hutchings <bhutchings@solarflare.com>
Thu, 12 Apr 2012 00:42:12 +0000 (00:42 +0000)
committerBen Hutchings <bhutchings@solarflare.com>
Thu, 10 May 2012 01:22:17 +0000 (02:22 +0100)
We want to support reading module (SFP+, XFP, ...) EEPROMs as well as
NIC EEPROMs.  They will need a different command number and driver
operation, but the structure and arguments will be the same and so we
can share most of the code here.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>

No differences found