|
@@ -836,7 +836,7 @@ static struct scsi_host_template uas_host_template = {
|
|
.slave_configure = uas_slave_configure,
|
|
.slave_configure = uas_slave_configure,
|
|
.eh_abort_handler = uas_eh_abort_handler,
|
|
.eh_abort_handler = uas_eh_abort_handler,
|
|
.eh_bus_reset_handler = uas_eh_bus_reset_handler,
|
|
.eh_bus_reset_handler = uas_eh_bus_reset_handler,
|
|
- .can_queue = 65536, /* Is there a limit on the _host_ ? */
|
|
|
|
|
|
+ .can_queue = MAX_CMNDS,
|
|
.this_id = -1,
|
|
.this_id = -1,
|
|
.sg_tablesize = SG_NONE,
|
|
.sg_tablesize = SG_NONE,
|
|
.skip_settle_delay = 1,
|
|
.skip_settle_delay = 1,
|