|
@@ -495,7 +495,7 @@ static int zfcp_fsf_exchange_config_evaluate(struct zfcp_fsf_req *req)
|
|
|
fc_host_supported_classes(shost) = FC_COS_CLASS2 | FC_COS_CLASS3;
|
|
|
|
|
|
adapter->hydra_version = bottom->adapter_type;
|
|
|
- adapter->timer_ticks = bottom->timer_interval;
|
|
|
+ adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK;
|
|
|
adapter->stat_read_buf_num = max(bottom->status_read_buf_num,
|
|
|
(u16)FSF_STATUS_READS_RECOM);
|
|
|
|