|
From: Anders J. <and...@us...> - 2002-03-08 09:30:27
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- btmem.h 1.22 1.23=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Added separate define for memsize when running PAN. The diff of the modified file(s): --- btmem.h 24 Jan 2002 12:37:40 -0000 1.22 +++ btmem.h 8 Mar 2002 09:30:24 -0000 1.23 @@ -53,11 +53,14 @@ #endif =20 /****************** CONSTANT AND MACRO SECTION ***************************= ***/ - +#ifdef CONFIG_BLUETOOTH_PAN +#define BT_BUF_SIZE 25000 +#else #ifdef CONFIG_BLUETOOTH_UNPLUG_TEST=20 #define BT_BUF_SIZE 20000 #else #define BT_BUF_SIZE 2500 +#endif #endif =20 /* There should be less than this amomunt of data in the buffer before we = wake |