X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/219280afea62239fd9d6585960de6167d3facbb4..2d8264c7eda2a9881c55ca0e9c9a7313788fe858:/target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch diff --git a/target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch b/target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch index 384b925a0..05fa0c7f9 100644 --- a/target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch +++ b/target/linux/brcm47xx/patches-2.6.34/700-ssb-gigabit-ethernet-driver.patch @@ -111,7 +111,7 @@ + if (tp->tg3_flags3 & TG3_FLG3_ROBOSWITCH) { + current_link_up = 1; -+ current_speed = SPEED_1000; //FIXME ++ current_speed = SPEED_1000; /* FIXME */ + current_duplex = DUPLEX_FULL; + tp->link_config.active_speed = current_speed; + tp->link_config.active_duplex = current_duplex;