diff --git a/driver-modminer.c b/driver-modminer.c index d39cad01d4..e39d9138d4 100644 --- a/driver-modminer.c +++ b/driver-modminer.c @@ -347,8 +347,9 @@ modminer_reduce_clock(struct thr_info*thr, bool needlock) { struct modminer_fpga_state *state = thr->cgpu_data; - if (state->clock <= 100) - return false; + if (state->clock <= 178) + state->clock = state->max_clock; + else state->clock -= 2;