ehea: Fixing firmware queue config issue

Fix to use exactly one queue for incoming packets in all
firmware configurations

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 602e0d10 061bf3cd

+1 -1
+1 -1
drivers/net/ehea/ehea_main.c
··· 998 | EHEA_BMASK_SET(PXLY_RC_JUMBO_FRAME, 1); 999 1000 for (i = 0; i < port->num_def_qps; i++) 1001 - cb0->default_qpn_arr[i] = port->port_res[i].qp->init_attr.qp_nr; 1002 1003 if (netif_msg_ifup(port)) 1004 ehea_dump(cb0, sizeof(*cb0), "ehea_configure_port");
··· 998 | EHEA_BMASK_SET(PXLY_RC_JUMBO_FRAME, 1); 999 1000 for (i = 0; i < port->num_def_qps; i++) 1001 + cb0->default_qpn_arr[i] = port->port_res[0].qp->init_attr.qp_nr; 1002 1003 if (netif_msg_ifup(port)) 1004 ehea_dump(cb0, sizeof(*cb0), "ehea_configure_port");