diff options
author | Christian Riesch <christian.riesch@omicron.at> | 2012-07-18 20:23:07 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-19 13:48:07 -0400 |
commit | cb7b24cdc63a5489798589dca7bfcae0cff46332 (patch) | |
tree | a0161265f2ed7ea329ad02c156cf06830da37678 /drivers/net/usb/ax88172a.c | |
parent | ceb02c91dd76012e902799e0132ad3ad3e659394 (diff) |
asix: Add support for programming the EEPROM
This patch adds the asix_set_eeprom() function to provide support for
programming the configuration EEPROM via ethtool.
Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/ax88172a.c')
-rw-r--r-- | drivers/net/usb/ax88172a.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/ax88172a.c b/drivers/net/usb/ax88172a.c index 97dce0f567d2..c8e0aa85fb8e 100644 --- a/drivers/net/usb/ax88172a.c +++ b/drivers/net/usb/ax88172a.c | |||
@@ -194,6 +194,7 @@ static const struct ethtool_ops ax88172a_ethtool_ops = { | |||
194 | .set_wol = asix_set_wol, | 194 | .set_wol = asix_set_wol, |
195 | .get_eeprom_len = asix_get_eeprom_len, | 195 | .get_eeprom_len = asix_get_eeprom_len, |
196 | .get_eeprom = asix_get_eeprom, | 196 | .get_eeprom = asix_get_eeprom, |
197 | .set_eeprom = asix_set_eeprom, | ||
197 | .get_settings = ax88172a_get_settings, | 198 | .get_settings = ax88172a_get_settings, |
198 | .set_settings = ax88172a_set_settings, | 199 | .set_settings = ax88172a_set_settings, |
199 | .nway_reset = ax88172a_nway_reset, | 200 | .nway_reset = ax88172a_nway_reset, |