diff options
Diffstat (limited to 'drivers/net/ixp2000/pm3386.c')
-rw-r--r-- | drivers/net/ixp2000/pm3386.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/ixp2000/pm3386.c b/drivers/net/ixp2000/pm3386.c index 870b486f5dea..ec70b1d553e3 100644 --- a/drivers/net/ixp2000/pm3386.c +++ b/drivers/net/ixp2000/pm3386.c | |||
@@ -250,6 +250,11 @@ void pm3386_get_stats(int port, struct net_device_stats *stats) | |||
250 | /* @@@ Add other stats. */ | 250 | /* @@@ Add other stats. */ |
251 | } | 251 | } |
252 | 252 | ||
253 | void pm3386_set_carrier(int port, int state) | ||
254 | { | ||
255 | pm3386_port_reg_write(port, 0x703, 0x10, state ? 0x1001 : 0x0000); | ||
256 | } | ||
257 | |||
253 | int pm3386_is_link_up(int port) | 258 | int pm3386_is_link_up(int port) |
254 | { | 259 | { |
255 | u16 temp; | 260 | u16 temp; |