From 55873ed87fe6d34bd6f3a303c2d2ec6632c14525 Mon Sep 17 00:00:00 2001 From: Hideyuki Sasaki Date: Tue, 1 Dec 2009 12:15:58 +0000 Subject: 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 Signed-off-by: Geoff Levand Signed-off-by: David S. Miller --- drivers/net/ps3_gelic_net.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/net/ps3_gelic_net.h') diff --git a/drivers/net/ps3_gelic_net.h b/drivers/net/ps3_gelic_net.h index a09e4862706..32521ae5e82 100644 --- a/drivers/net/ps3_gelic_net.h +++ b/drivers/net/ps3_gelic_net.h @@ -307,6 +307,8 @@ struct gelic_card { atomic_t users; u64 ether_port_status; + int link_mode; + /* original address returned by kzalloc */ void *unalign; -- cgit v1.2.3-18-g5258