summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/rfcomm.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-12-20 18:00:41 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-12-20 19:55:04 +0200
commit72e4a6bd02204eed0464d6139439d7e89b94266e (patch)
treea5723ae2c581509a0d07c3f39fdc92f91b2262d4 /include/net/bluetooth/rfcomm.h
parent23b9ceb74f8e46bddd61a1e2afd9317221be74b7 (diff)
downloadlinux-72e4a6bd02204eed0464d6139439d7e89b94266e.tar.gz
linux-72e4a6bd02204eed0464d6139439d7e89b94266e.tar.bz2
linux-72e4a6bd02204eed0464d6139439d7e89b94266e.zip
Bluetooth: Remove duplicate constant for RFCOMM PSM
The RFCOMM_PSM constant is actually a duplicate. So remove it and use the L2CAP_PSM_RFCOMM constant instead. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/rfcomm.h')
-rw-r--r--include/net/bluetooth/rfcomm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/rfcomm.h b/include/net/bluetooth/rfcomm.h
index 578b83127af1..4190af53a46a 100644
--- a/include/net/bluetooth/rfcomm.h
+++ b/include/net/bluetooth/rfcomm.h
@@ -24,8 +24,6 @@
#ifndef __RFCOMM_H
#define __RFCOMM_H
-#define RFCOMM_PSM 3
-
#define RFCOMM_CONN_TIMEOUT (HZ * 30)
#define RFCOMM_DISC_TIMEOUT (HZ * 20)
#define RFCOMM_AUTH_TIMEOUT (HZ * 25)