ehea: Modified initial autoneg state determination

Logical partitions are not allowed to (try to) set the autonegotiation status.
This patch removes the respective function call from the port setup function.

Signed-off-by: Thomas Klein <tklein@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

authored by Thomas Klein and committed by Jeff Garzik e919b593 602e0d10

+2 -2
+2 -2
drivers/net/ehea/ehea_main.c
··· 642 642 break; 643 643 } 644 644 645 + port->autoneg = 1; 646 + 645 647 /* Number of default QPs */ 646 648 port->num_def_qps = cb0->num_default_qps; 647 649 ··· 2335 2333 } 2336 2334 2337 2335 INIT_LIST_HEAD(&port->mc_list->list); 2338 - 2339 - ehea_set_portspeed(port, EHEA_SPEED_AUTONEG); 2340 2336 2341 2337 ret = ehea_sense_port_attr(port); 2342 2338 if (ret)