diff options
author | Mandeep Singh Baines <msb@google.com> | 2008-04-24 20:55:56 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-24 20:55:56 -0700 |
commit | c5835df9716bdb1af8e25e9a452f717e54e02ed0 (patch) | |
tree | 9c4a6c938ac864793089c044e9e131c84a177339 /drivers/net/niu.h | |
parent | 2db3e47e7080fde2a43d6312190d8229826b8e42 (diff) | |
download | linux-stable-c5835df9716bdb1af8e25e9a452f717e54e02ed0.tar.gz linux-stable-c5835df9716bdb1af8e25e9a452f717e54e02ed0.tar.bz2 linux-stable-c5835df9716bdb1af8e25e9a452f717e54e02ed0.zip |
ethtool: EEPROM dump no longer works for tg3 and natsemi
In the ethtool user-space application, tg3 and natsemi over-ride the
default implementation of dump_eeprom(). In both tg3_dump_eeprom() and
natsemi_dump_eeprom(), there is a magic number check which is not
present in the default implementation.
Commit b131dd5d ("[ETHTOOL]: Add support for large eeproms") snipped
the code which copied the ethtool_eeprom structure back to
user-space. tg3 and natsemi are over-writing the magic number field
and then checking it in user-space. With the ethtool_eeprom copy
removed, the check is failing.
The fix is simple. Add the ethtool_eeprom copy back.
Signed-off-by: Mandeep Singh Baines <msb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/niu.h')
0 files changed, 0 insertions, 0 deletions