[PATCH] IB/mthca: Use correct port width capability value
When we call the INIT_IB firmware command to bring up a port, use the actual port width capability returned by the QUERY_DEV_LIM command instead of always trying to enable both 1X and 4X. This fixes breakage seen when the firmware is build to allow 4X only. Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
committed by
Roland Dreier
parent
2aeba9a03b
commit
da6561c285
@@ -220,8 +220,7 @@ struct mthca_init_hca_param {
|
||||
};
|
||||
|
||||
struct mthca_init_ib_param {
|
||||
int enable_1x;
|
||||
int enable_4x;
|
||||
int port_width;
|
||||
int vl_cap;
|
||||
int mtu_cap;
|
||||
u16 gid_cap;
|
||||
|
Reference in New Issue
Block a user