Browse Source

Ensure everyone sees the same screen/api name as the previous version for Bitforce

Kano 13 years ago
parent
commit
20676694f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bitforce.c

+ 1 - 1
driver-bitforce.c

@@ -365,7 +365,7 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
 
 
 struct device_api bitforce_api = {
 struct device_api bitforce_api = {
 	.dname = "bitforce",
 	.dname = "bitforce",
-	.name = "PGA",
+	.name = "BFL",
 	.api_detect = bitforce_detect,
 	.api_detect = bitforce_detect,
 	.get_statline_before = get_bitforce_statline_before,
 	.get_statline_before = get_bitforce_statline_before,
 	.thread_prepare = bitforce_thread_prepare,
 	.thread_prepare = bitforce_thread_prepare,