mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +00:00
committed by
GitHub
parent
f49a6c8ada
commit
a4a3f52912
@@ -923,8 +923,7 @@ void halrf_support_ability_debug(void *dm_void, char input[][16], u32 *_used,
|
||||
u8 i;
|
||||
|
||||
for (i = 0; i < 5; i++)
|
||||
if (input[i + 1])
|
||||
PHYDM_SSCANF(input[i + 2], DCMD_DECIMAL, &dm_value[i]);
|
||||
PHYDM_SSCANF(input[i + 2], DCMD_DECIMAL, &dm_value[i]);
|
||||
|
||||
if (dm_value[0] == 100) {
|
||||
PDM_SNPF(out_len, used, output + used, out_len - used,
|
||||
|
||||
Reference in New Issue
Block a user