Bluetooth: Add LE link type for debugfs output
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 24 Aug 2011 14:04:56 +0000 (10:04 -0400)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 21 Sep 2011 15:58:12 +0000 (12:58 -0300)
Add LE link type as known connection type for debugfs stringizing
output.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_sysfs.c

index a6c3aa8..22f1a6c 100644 (file)
@@ -23,6 +23,8 @@ static inline char *link_typetostr(int type)
                return "SCO";
        case ESCO_LINK:
                return "eSCO";
+       case LE_LINK:
+               return "LE";
        default:
                return "UNKNOWN";
        }