diff options
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/6lowpan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/6lowpan.c b/net/bluetooth/6lowpan.c index 35ebe79c87b0..5532e6e804f0 100644 --- a/net/bluetooth/6lowpan.c +++ b/net/bluetooth/6lowpan.c | |||
@@ -890,7 +890,7 @@ static void chan_resume_cb(struct l2cap_chan *chan) | |||
890 | 890 | ||
891 | static long chan_get_sndtimeo_cb(struct l2cap_chan *chan) | 891 | static long chan_get_sndtimeo_cb(struct l2cap_chan *chan) |
892 | { | 892 | { |
893 | return msecs_to_jiffies(1000); | 893 | return L2CAP_CONN_TIMEOUT; |
894 | } | 894 | } |
895 | 895 | ||
896 | static const struct l2cap_ops bt_6lowpan_chan_ops = { | 896 | static const struct l2cap_ops bt_6lowpan_chan_ops = { |