|
From: Peter K. <pk...@us...> - 2001-10-05 11:54:26
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btcommon.h 1.85 1.86=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Increased CSR_PSKEY_MAXPARAMS to 40. The diff of the modified file(s): --- btcommon.h 2001/09/21 12:51:06 1.85 +++ btcommon.h 2001/10/05 11:54:24 1.86 @@ -204,7 +204,7 @@ =20 =20 #define CSR_PSKEY_MSGHDR_SIZE 3 -#define CSR_PSKEY_MAXPARAMS 10 +#define CSR_PSKEY_MAXPARAMS 40 =20 #define BT_CSR_PSKEY _IOWR(BT_IOC_MAGIC, 0xf5, u16[CSR_PSKEY_MSGHDR_SIZE += CSR_PSKEY_MAXPARAMS]) =20 |