projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc8f525
)
Bluetooth: Remove unused SCO_DEFAULT_FLUSH_TO constant
author
Marcel Holtmann
<marcel@holtmann.org>
Fri, 11 Jul 2014 04:19:43 +0000
(06:19 +0200)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Fri, 11 Jul 2014 10:58:55 +0000
(13:58 +0300)
The SCO_DEFAULT_FLUSH_TO constant has been defined, but it is not
used anywhere and so just remove it.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/sco.h
patch
|
blob
|
history
diff --git
a/include/net/bluetooth/sco.h
b/include/net/bluetooth/sco.h
index 42a0d089d715063b02550d916229f5c3f2ac02f2..ab8b1ed550d2c84377f4c9d50d77c2d879d73abe 100644
(file)
--- a/
include/net/bluetooth/sco.h
+++ b/
include/net/bluetooth/sco.h
@@
-27,7
+27,6
@@
/* SCO defaults */
#define SCO_DEFAULT_MTU 500
-#define SCO_DEFAULT_FLUSH_TO 0xFFFF
#define SCO_CONN_TIMEOUT (HZ * 40)
#define SCO_DISCONN_TIMEOUT (HZ * 2)