diff options
author | Hideyuki Sasaki <Hideyuki_Sasaki@hq.scei.sony.co.jp> | 2009-12-01 07:15:58 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-12-02 03:52:31 -0500 |
commit | 55873ed87fe6d34bd6f3a303c2d2ec6632c14525 (patch) | |
tree | 82367a91302a0456f9aff9798296c28528dcb906 /drivers/net/ps3_gelic_net.h | |
parent | d4d7f1f9116089a4ae5102dcda35e8120308a515 (diff) |
net/ps3: Add support for gelic link negotiation
Add ethtool_ops.set_settings support to the PS3 gelic network driver.
Allows manual setting of ethernet link speed.
Signed-off-by: Hideyuki Sasaki <xhide@rd.scei.sony.co.jp>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ps3_gelic_net.h')
-rw-r--r-- | drivers/net/ps3_gelic_net.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ps3_gelic_net.h b/drivers/net/ps3_gelic_net.h index a09e4862706a..32521ae5e824 100644 --- a/drivers/net/ps3_gelic_net.h +++ b/drivers/net/ps3_gelic_net.h | |||
@@ -307,6 +307,8 @@ struct gelic_card { | |||
307 | atomic_t users; | 307 | atomic_t users; |
308 | 308 | ||
309 | u64 ether_port_status; | 309 | u64 ether_port_status; |
310 | int link_mode; | ||
311 | |||
310 | /* original address returned by kzalloc */ | 312 | /* original address returned by kzalloc */ |
311 | void *unalign; | 313 | void *unalign; |
312 | 314 | ||