Commit the file i forgot yesterday (ioctl change and cleanups)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26831 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -19,7 +19,6 @@ typedef enum { ANCILLYANT = (1<<0),
|
|||||||
|
|
||||||
typedef uint8 bt_stat_t;
|
typedef uint8 bt_stat_t;
|
||||||
typedef struct bt_hci_statistics {
|
typedef struct bt_hci_statistics {
|
||||||
|
|
||||||
bt_stat_t acceptedTX;
|
bt_stat_t acceptedTX;
|
||||||
bt_stat_t rejectedTX;
|
bt_stat_t rejectedTX;
|
||||||
bt_stat_t successfulTX;
|
bt_stat_t successfulTX;
|
||||||
@@ -41,8 +40,6 @@ typedef struct bt_hci_statistics {
|
|||||||
|
|
||||||
bt_stat_t bytesRX;
|
bt_stat_t bytesRX;
|
||||||
bt_stat_t bytesTX;
|
bt_stat_t bytesTX;
|
||||||
|
|
||||||
|
|
||||||
} bt_hci_statistics;
|
} bt_hci_statistics;
|
||||||
|
|
||||||
/* TODO: Possible hooks which drivers will have to provide */
|
/* TODO: Possible hooks which drivers will have to provide */
|
||||||
@@ -59,10 +56,8 @@ typedef struct bt_hci_transport {
|
|||||||
} bt_hci_transport;
|
} bt_hci_transport;
|
||||||
|
|
||||||
typedef struct bt_hci_device {
|
typedef struct bt_hci_device {
|
||||||
|
|
||||||
transport_type kind;
|
transport_type kind;
|
||||||
char realName[B_OS_NAME_LENGTH];
|
char realName[B_OS_NAME_LENGTH];
|
||||||
|
|
||||||
} bt_hci_device;
|
} bt_hci_device;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user