From cf56e1101957c09cb4aafcf28a89658c4649c511 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 20 Feb 2004 22:02:48 +0000 Subject: Add Auto-MDIX support for INCA-IP --- post/ether.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'post') diff --git a/post/ether.c b/post/ether.c index b041a43..47aa352 100644 --- a/post/ether.c +++ b/post/ether.c @@ -358,10 +358,10 @@ CPM_CR_CH_SCC4 }; */ immr->im_cpm.cp_scc[scc_index].scc_gsmrl = (SCC_GSMRL_TCI | - SCC_GSMRL_TPL_48 | - SCC_GSMRL_TPP_10 | - SCC_GSMRL_DIAG_LOOP | - SCC_GSMRL_MODE_ENET); + SCC_GSMRL_TPL_48 | + SCC_GSMRL_TPP_10 | + SCC_GSMRL_DIAG_LOOP | + SCC_GSMRL_MODE_ENET); /* * Initialize the DSR -- see section 13.14.4 (pg. 513) v0.4 -- cgit v1.1