From: Anders J. <and...@us...> - 2004-04-15 08:21:14
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- sec_client.c 1.31 1.32=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Re-enabled storing of linkkey. The diff of the modified file(s): --- sec_client.c 2004/04/14 17:45:40 1.31 +++ sec_client.c 2004/04/15 08:21:07 1.32 @@ -613,9 +613,7 @@ sec_man_event(enum security_requests use break; =20 case LINK_KEY_NOTIFICATION: -#if 0=09=09=09=09 hci_write_stored_link_key(bd_addr, param, 0); -#endif break; case AUTHENTICATION_COMPLETE: case ENCRYPTION_CHANGE: |