|
From: Peter K. <pk...@us...> - 2001-10-02 11:00:26
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci_internal.h 1.20 1.21=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Removed an unused hack to change the buffer sizes in a CSR module. The diff of the modified file(s): --- hci_internal.h 2001/07/05 10:54:34 1.20 +++ hci_internal.h 2001/10/02 11:00:25 1.21 @@ -357,7 +357,6 @@ =20 void process_vendor_return_param(u32 ocf, u8* r_val); void process_vendor_event(u8 *buf, u32 len, u32 event_code); -s32 hci_set_buffer_sizes(u16 len, u16 num); s32 csr_pskey(u16 ps_key, u16 rw_mode, u16 *retb, u16 n_pars); =20 #endif |