|
From: Mattias A. <mat...@us...> - 2001-03-30 12:08:46
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
tcs.c 1.14 1.15=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
use define instead of numbers
The diff of the modified file(s):
--- tcs.c 2001/02/15 16:27:34 1.14
+++ tcs.c 2001/03/30 12:08:45 1.15
@@ -302,7 +302,8 @@
if (!l2ca_remote_conf_done(l2cap)){
/* still haven't sent a pos configure response*/
=20=09=09
- if (l2ca_config_rsp(l2cap, l2cap->remote_mtu, NULL, 1)){
+ if (l2ca_config_rsp(l2cap, l2cap->remote_mtu,=20
+ NULL, CONF_SUCCESS)){
D_ERR("tcs_config_ind : Conf rsp failed\n");
}=20=20=20=20
=20=09=09
|