|
@@ -519,7 +519,8 @@ qla2x00_async_event(scsi_qla_host_t *ha, uint16_t *mb)
|
|
* us, create a new entry in our rscn fcports list and handle
|
|
* us, create a new entry in our rscn fcports list and handle
|
|
* the event like an RSCN.
|
|
* the event like an RSCN.
|
|
*/
|
|
*/
|
|
- if (!IS_QLA2100(ha) && !IS_QLA2200(ha) && !IS_QLA6312(ha) &&
|
|
|
|
|
|
+ if (ql2xprocessrscn &&
|
|
|
|
+ !IS_QLA2100(ha) && !IS_QLA2200(ha) && !IS_QLA6312(ha) &&
|
|
!IS_QLA6322(ha) && !IS_QLA24XX(ha) && !IS_QLA25XX(ha) &&
|
|
!IS_QLA6322(ha) && !IS_QLA24XX(ha) && !IS_QLA25XX(ha) &&
|
|
ha->flags.init_done && mb[1] != 0xffff &&
|
|
ha->flags.init_done && mb[1] != 0xffff &&
|
|
((ha->operating_mode == P2P && mb[1] != 0) ||
|
|
((ha->operating_mode == P2P && mb[1] != 0) ||
|