diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-07-31 10:00:10 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-07-31 10:00:10 +0000 | 
| commit | 914617b58d2b68d1e3792a77fc5dd37f78d2037b (patch) | |
| tree | acd1716f17b0cb34bbcff35ad2181ff67e0e44f9 /include/hci.h | |
| parent | 646fda930139720d7d9c45cc085ae4eb7018d8bb (diff) | |
Remove kernel specific timeouts
Diffstat (limited to 'include/hci.h')
| -rw-r--r-- | include/hci.h | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/include/hci.h b/include/hci.h index 329f2b3a..bccaf918 100644 --- a/include/hci.h +++ b/include/hci.h @@ -98,12 +98,6 @@ enum {  #define HCIINQUIRY	_IOR('H', 240, int) -/* HCI timeouts */ - -#define HCI_CONN_TIMEOUT	(HZ * 40) -#define HCI_DISCONN_TIMEOUT	(HZ * 2) -#define HCI_CONN_IDLE_TIMEOUT	(HZ * 60) -  #ifndef __NO_HCI_DEFS  /* HCI Packet types */ | 
