Bluetooth: HCI devices are either BR/EDR or AMP radios

HCI transport drivers may not know what type of radio an AMP device has
so only say whether they're BR/EDR or AMP devices.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
David Vrabel
2010-08-09 17:38:10 -04:00
committed by Gustavo F. Padovan
父節點 29b4433d99
當前提交 8f1e174223
共有 3 個文件被更改,包括 5 次插入5 次删除

查看文件

@@ -196,8 +196,8 @@ static inline char *host_typetostr(int type)
switch (type) {
case HCI_BREDR:
return "BR/EDR";
case HCI_80211:
return "802.11";
case HCI_AMP:
return "AMP";
default:
return "UNKNOWN";
}