summaryrefslogtreecommitdiff
path: root/net/bluetooth/lib.c
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:36 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:36 +0200
commitbb14f8e91a4d2bdb8643f6f166299ada8d015377 (patch)
treef212dc9be4f26684bd06bfd138444282b457949a /net/bluetooth/lib.c
parent180bbb1528515d262ae4bcb7244379b8dcfc9674 (diff)
parent025ddfad021effc8ea256d8aa09ddf3b1b8972e6 (diff)
Merge topic branch 'other' into integration-linux-ux500-3.3
Diffstat (limited to 'net/bluetooth/lib.c')
-rw-r--r--net/bluetooth/lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/lib.c b/net/bluetooth/lib.c
index 86a6bed229d..f9b2dde4c0a 100644
--- a/net/bluetooth/lib.c
+++ b/net/bluetooth/lib.c
@@ -136,6 +136,8 @@ int bt_to_errno(__u16 code)
return EPROTONOSUPPORT;
case 0x1b:
+ case 0x1c:
+ case 0x1d:
return ECONNREFUSED;
case 0x19: