|
From: Peter K. <pk...@us...> - 2001-04-17 12:04:37
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci.c 1.138 1.139=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Do not use DM1 and DH1 packets (they were re-added in 1.135, but
using them degrades performance for Ericsson clients too much).
The diff of the modified file(s):
--- hci.c 2001/04/17 07:03:27 1.138
+++ hci.c 2001/04/17 12:04:00 1.139
@@ -703,7 +703,7 @@
} else {
DSYS(__FUNCTION__", ACL link is up\n");
change_connection_packet_type(hci_hdl,=20
- DM1|DH1|DM3|DH3|DM5|DH5);
+ DM3|DH3|DM5|DH5);
set_hci_con(buf + 3, hci_hdl);
remote_name_request(buf + 3);
=20
|