[SCSI] lpfc 8.3.5: fix fcp command polling, add FIP mode, performance optimisations...
[deliverable/linux.git] / drivers / scsi / lpfc / lpfc_mbox.c
index 500a6b6e778e8df9523b8bd64666090fcb6ecc60..51c9a1f576f6e86b8ac259f304a6243a5d9f5553 100644 (file)
@@ -1759,11 +1759,6 @@ lpfc_request_features(struct lpfc_hba *phba, struct lpfcMboxq *mboxq)
        /* Set up host requested features. */
        bf_set(lpfc_mbx_rq_ftr_rq_fcpi, &mboxq->u.mqe.un.req_ftrs, 1);
 
-       if (phba->cfg_enable_fip)
-               bf_set(lpfc_mbx_rq_ftr_rq_ifip, &mboxq->u.mqe.un.req_ftrs, 0);
-       else
-               bf_set(lpfc_mbx_rq_ftr_rq_ifip, &mboxq->u.mqe.un.req_ftrs, 1);
-
        /* Enable DIF (block guard) only if configured to do so. */
        if (phba->cfg_enable_bg)
                bf_set(lpfc_mbx_rq_ftr_rq_dif, &mboxq->u.mqe.un.req_ftrs, 1);
This page took 0.025852 seconds and 5 git commands to generate.