|
@@ -7610,7 +7610,7 @@ lpfc_els_unsol_buffer(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
|
|
|
/* reject till our FLOGI completes */
|
|
|
if ((vport->port_state < LPFC_FABRIC_CFG_LINK) &&
|
|
|
(cmd != ELS_CMD_FLOGI)) {
|
|
|
- rjt_err = LSRJT_UNABLE_TPC;
|
|
|
+ rjt_err = LSRJT_LOGICAL_BSY;
|
|
|
rjt_exp = LSEXP_NOTHING_MORE;
|
|
|
goto lsrjt;
|
|
|
}
|