diff options
Diffstat (limited to 'net/bluetooth/hci_sysfs.c')
-rw-r--r-- | net/bluetooth/hci_sysfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bluetooth/hci_sysfs.c b/net/bluetooth/hci_sysfs.c index 8fb967beee80..1a9f0db027da 100644 --- a/net/bluetooth/hci_sysfs.c +++ b/net/bluetooth/hci_sysfs.c | |||
@@ -196,8 +196,8 @@ static inline char *host_typetostr(int type) | |||
196 | switch (type) { | 196 | switch (type) { |
197 | case HCI_BREDR: | 197 | case HCI_BREDR: |
198 | return "BR/EDR"; | 198 | return "BR/EDR"; |
199 | case HCI_80211: | 199 | case HCI_AMP: |
200 | return "802.11"; | 200 | return "AMP"; |
201 | default: | 201 | default: |
202 | return "UNKNOWN"; | 202 | return "UNKNOWN"; |
203 | } | 203 | } |