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:
Oliver Ruiz Dorantes
2008-08-05 22:12:24 +00:00
parent 43619079f8
commit 8bd7491914
@@ -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;