[SCSI] aic94xx: Set lldd_max_execute_num in sas_ha
[sfrench/cifs-2.6.git] / drivers / scsi / aic94xx / aic94xx_init.c
index fbc82b00a418cf8ff6d43603a36ca75f2a83fa81..9a9ea74c8d9ea4c41ed3f86db23a2205b449e048 100644 (file)
@@ -526,6 +526,7 @@ static int asd_register_sas_ha(struct asd_ha_struct *asd_ha)
        asd_ha->sas_ha.num_phys= ASD_MAX_PHYS;
 
        asd_ha->sas_ha.lldd_queue_size = asd_ha->seq.can_queue;
+       asd_ha->sas_ha.lldd_max_execute_num = lldd_max_execute_num;
 
        return sas_register_ha(&asd_ha->sas_ha);
 }