diff options
Diffstat (limited to 'net/bluetooth/lib.c')
-rw-r--r-- | net/bluetooth/lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/lib.c b/net/bluetooth/lib.c index b3fbc73516c4..941ad7530eda 100644 --- a/net/bluetooth/lib.c +++ b/net/bluetooth/lib.c | |||
@@ -58,6 +58,7 @@ int bt_to_errno(__u16 code) | |||
58 | return EIO; | 58 | return EIO; |
59 | 59 | ||
60 | case 0x04: | 60 | case 0x04: |
61 | case 0x3c: | ||
61 | return EHOSTDOWN; | 62 | return EHOSTDOWN; |
62 | 63 | ||
63 | case 0x05: | 64 | case 0x05: |