|
@@ -396,10 +396,10 @@ static int ft_prli_locked(struct fc_rport_priv *rdata, u32 spp_len,
|
|
|
|
|
|
/*
|
|
/*
|
|
* OR in our service parameters with other provider (initiator), if any.
|
|
* OR in our service parameters with other provider (initiator), if any.
|
|
- * TBD XXX - indicate RETRY capability?
|
|
|
|
*/
|
|
*/
|
|
fill:
|
|
fill:
|
|
fcp_parm = ntohl(spp->spp_params);
|
|
fcp_parm = ntohl(spp->spp_params);
|
|
|
|
+ fcp_parm &= ~FCP_SPPF_RETRY;
|
|
spp->spp_params = htonl(fcp_parm | FCP_SPPF_TARG_FCN);
|
|
spp->spp_params = htonl(fcp_parm | FCP_SPPF_TARG_FCN);
|
|
return FC_SPP_RESP_ACK;
|
|
return FC_SPP_RESP_ACK;
|
|
}
|
|
}
|