diff options
| author | Sreekanth Reddy <sreekanth.reddy@broadcom.com> | 2026-06-15 09:43:01 +0000 |
|---|---|---|
| committer | Sumit Saxena <ssaxena@FreeBSD.org> | 2026-06-15 11:31:04 +0000 |
| commit | 308784bebe796cbdaccf7ef259caf7d87f874d02 (patch) | |
| tree | 4c17da391f17cef7a14343076bb4bfb51fe45e28 /sys/dev/bnxt/bnxt_re/qplib_fp.c | |
| parent | f85e66e655c9293ea049814e21ed67ab246a7305 (diff) | |
Diffstat (limited to 'sys/dev/bnxt/bnxt_re/qplib_fp.c')
| -rw-r--r-- | sys/dev/bnxt/bnxt_re/qplib_fp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/bnxt/bnxt_re/qplib_fp.c b/sys/dev/bnxt/bnxt_re/qplib_fp.c index 19708302198b..cd8b0f1c5a81 100644 --- a/sys/dev/bnxt/bnxt_re/qplib_fp.c +++ b/sys/dev/bnxt/bnxt_re/qplib_fp.c @@ -1496,8 +1496,6 @@ int bnxt_qplib_modify_qp(struct bnxt_qplib_res *res, struct bnxt_qplib_qp *qp) } else if (rc) { return rc; } - if (qp->state == CMDQ_MODIFY_QP_NEW_STATE_RTR) - qp->lag_src_mac = be32_to_cpu(resp.lag_src_mac); if (ppp_requested) qp->ppp.st_idx_en = resp.pingpong_push_state_index_enabled; |
