From: Mats F. <ma...@us...> - 2001-05-25 14:10:26
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bcsp_mux.c 1.5 1.6=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Signal rxack when receiving data packets too The diff of the modified file(s): --- bcsp_mux.c 2001/05/18 16:03:51 1.5 +++ bcsp_mux.c 2001/05/25 14:10:26 1.6 @@ -69,9 +69,11 @@ { /* If we received an ack packet, we discard the packet, sice the ack has already been handled by signal_rxack */ + + bcsp_signal_rxack(BCSP_GET_ACK(bcsp)); +=09 if (bcsp->identifier =3D=3D 0) { D(__FUNCTION__ ": Received ack, returning\n"); - bcsp_signal_rxack(BCSP_GET_ACK(bcsp)); return 0; } =20=09 |