IB: Change CQE "csum_ok" field to a bit flag
[deliverable/linux.git] / drivers / infiniband / hw / qib / qib_rc.c
index 894afac26f3b433da854f7d1b05ab11c435d9dc0..765b4cbaa0207cc9b092e2a56ab86040a22e7c61 100644 (file)
@@ -2048,7 +2048,6 @@ send_last:
                wc.pkey_index = 0;
                wc.dlid_path_bits = 0;
                wc.port_num = 0;
-               wc.csum_ok = 0;
                /* Signal completion event if the solicited bit is set. */
                qib_cq_enter(to_icq(qp->ibqp.recv_cq), &wc,
                             (ohdr->bth[0] &
This page took 0.024368 seconds and 5 git commands to generate.