summaryrefslogtreecommitdiff
path: root/net/bluetooth/lib.c
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-12-06 12:00:36 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2011-12-06 12:00:36 +0100
commitee91337bc3e1773b52040c99fa657d0580242521 (patch)
tree53cfcff3a652fa8c155b0f9b000cd142972f5c21 /net/bluetooth/lib.c
parent5d5e7b5d11dfe6f29e9ed0369f96cd0363468dc6 (diff)
parent287c91dfbd55defbb2080d34cc6b386f7968be2d (diff)
Merge branch 'other' into linux-stable-ux500-3.1
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: