diff options
Diffstat (limited to 'drivers/bluetooth/btmrvl_drv.h')
-rw-r--r-- | drivers/bluetooth/btmrvl_drv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/bluetooth/btmrvl_drv.h b/drivers/bluetooth/btmrvl_drv.h index 5da3be407703..411c7a77082d 100644 --- a/drivers/bluetooth/btmrvl_drv.h +++ b/drivers/bluetooth/btmrvl_drv.h | |||
@@ -24,7 +24,6 @@ | |||
24 | #include <net/bluetooth/bluetooth.h> | 24 | #include <net/bluetooth/bluetooth.h> |
25 | 25 | ||
26 | #define BTM_HEADER_LEN 4 | 26 | #define BTM_HEADER_LEN 4 |
27 | #define BTM_DEV_NAME_LEN 32 | ||
28 | #define BTM_UPLD_SIZE 2312 | 27 | #define BTM_UPLD_SIZE 2312 |
29 | 28 | ||
30 | /* Time to wait until Host Sleep state change in millisecond */ | 29 | /* Time to wait until Host Sleep state change in millisecond */ |
@@ -39,7 +38,6 @@ struct btmrvl_thread { | |||
39 | }; | 38 | }; |
40 | 39 | ||
41 | struct btmrvl_device { | 40 | struct btmrvl_device { |
42 | char name[BTM_DEV_NAME_LEN]; | ||
43 | void *card; | 41 | void *card; |
44 | struct hci_dev *hcidev; | 42 | struct hci_dev *hcidev; |
45 | 43 | ||