Commit 33ab2afb60557f0fe85522294990252d14200ce5

Con Kolivas 2014-04-24T20:56:01

Rename spond temp rate to asics total rate

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-spondoolies.c b/driver-spondoolies.c
index d3e802f..73d74a1 100644
--- a/driver-spondoolies.c
+++ b/driver-spondoolies.c
@@ -184,7 +184,7 @@ static struct api_data *spondoolies_api_stats(struct cgpu_info *cgpu)
 	struct spond_adapter *a = cgpu->device_data;
 	struct api_data *root = NULL;
 
-	root = api_add_int(root, "Temperature rate", &a->temp_rate, false);
+	root = api_add_int(root, "ASICs total rate", &a->temp_rate, false);
 	root = api_add_int(root, "Temparature rear", &a->rear_temp, false);
 	root = api_add_int(root, "Temparature front", &a->front_temp, false);