|
From: Peter K. <pk...@us...> - 2001-10-10 16:33:22
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Comment
---- ----------- ----------- -------
btconfig.c 1.8 1.9=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Change MaxPower to MaxTransmitPower.
The diff of the modified file(s):
--- btconfig.c 2001/10/10 16:22:10 1.8
+++ btconfig.c 2001/10/10 16:33:21 1.9
@@ -459,10 +459,10 @@
var_max_connections =3D atoi(value);
D(syslog(LOG_INFO, __FUNCTION__ ": Maximum BT connections: %s", value)=
);
}
- else if (!strcasecmp(field, "MaxPower"))
+ else if (!strcasecmp(field, "MaxTransmitPower"))
{=20
var_max_power =3D atoi(value);
- D(syslog(LOG_INFO, __FUNCTION__ ": Maximum power: %s", value));
+ D(syslog(LOG_INFO, __FUNCTION__ ": Maximum transmit power: %s", value)=
);
}
=20=20=20
return TRUE;
|