diff options
-rw-r--r-- | drivers/net/cxgb3/cxgb3_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/cxgb3_main.c b/drivers/net/cxgb3/cxgb3_main.c index 27e7ef592b59..d4c4076cf087 100644 --- a/drivers/net/cxgb3/cxgb3_main.c +++ b/drivers/net/cxgb3/cxgb3_main.c | |||
@@ -443,6 +443,7 @@ static int init_tp_parity(struct adapter *adap) | |||
443 | memset(req, 0, sizeof(*req)); | 443 | memset(req, 0, sizeof(*req)); |
444 | req->wr.wr_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); | 444 | req->wr.wr_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); |
445 | OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, i)); | 445 | OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SMT_WRITE_REQ, i)); |
446 | req->mtu_idx = NMTUS - 1; | ||
446 | req->iff = i; | 447 | req->iff = i; |
447 | t3_mgmt_tx(adap, skb); | 448 | t3_mgmt_tx(adap, skb); |
448 | if (skb == adap->nofail_skb) { | 449 | if (skb == adap->nofail_skb) { |