|
From: Peter K. <pk...@us...> - 2001-05-17 15:55:00
|
The following files were modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
bcsp_mux.c 1.2 1.3=20=20=20=20=20=20=20=20=20=20=20=20=20
bcsp_sequence.c 1.2 1.3=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Removed unused variables.
The diff of the modified file(s):
--- bcsp_mux.c 2001/05/17 15:25:15 1.2
+++ bcsp_mux.c 2001/05/17 15:55:00 1.3
@@ -67,8 +67,7 @@
s32
mux_receive(struct bcsp *bcsp)
{
-
- /* If we received an ack packet, we discards the packet, sice the ack
+ /* If we received an ack packet, we discard the packet, sice the ack
has already been handled by signal_rxack */
if (bcsp->identifier =3D=3D 0) {
D(__FUNCTION__ ": Received ack, returning\n");
@@ -99,7 +98,6 @@
s32 send_txack(u8 txack)
{
struct bcsp bcsp;
- s32 tmp;
=20
D(__FUNCTION__ ": txack: 0x%x\n", txack);
=20
--- bcsp_sequence.c 2001/05/17 15:25:15 1.2
+++ bcsp_sequence.c 2001/05/17 15:55:00 1.3
@@ -141,7 +141,6 @@
signal_rxack(u8 ack)
{
static u8 last_ack =3D 0;
- u8 stop =3D FALSE;
=20
remote_ack_nbr =3D ack;
=20=09
|