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>
This commit is contained in:
Hideyuki Sasaki
2009-12-01 12:15:58 +00:00
committed by David S. Miller
parent d4d7f1f911
commit 55873ed87f
2 changed files with 72 additions and 2 deletions

View File

@@ -307,6 +307,8 @@ struct gelic_card {
atomic_t users;
u64 ether_port_status;
int link_mode;
/* original address returned by kzalloc */
void *unalign;