diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-03-19 04:47:30 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-03-19 04:47:30 -0400 |
commit | 0d4a42f6bd298e826620585e766a154ab460617a (patch) | |
tree | 406d8f7778691d858dbe3e48e4bbb10e99c0a58a /include/net/bluetooth/hci_core.h | |
parent | d62b4892f3d9f7dd2002e5309be10719d6805b0f (diff) | |
parent | a937536b868b8369b98967929045f1df54234323 (diff) |
Merge tag 'v3.9-rc3' into drm-intel-next-queued
Backmerge so that I can merge Imre Deak's coalesced sg entries fixes,
which depend upon the new for_each_sg_page introduce in
commit a321e91b6d73ed011ffceed384c40d2785cf723b
Author: Imre Deak <imre.deak@intel.com>
Date: Wed Feb 27 17:02:56 2013 -0800
lib/scatterlist: add simple page iterator
The merge itself is just two trivial conflicts:
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 014a2eaa5389..90cf75afcb02 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -86,6 +86,7 @@ struct bdaddr_list { | |||
86 | struct bt_uuid { | 86 | struct bt_uuid { |
87 | struct list_head list; | 87 | struct list_head list; |
88 | u8 uuid[16]; | 88 | u8 uuid[16]; |
89 | u8 size; | ||
89 | u8 svc_hint; | 90 | u8 svc_hint; |
90 | }; | 91 | }; |
91 | 92 | ||
@@ -152,6 +153,9 @@ struct hci_dev { | |||
152 | __u8 minor_class; | 153 | __u8 minor_class; |
153 | __u8 features[8]; | 154 | __u8 features[8]; |
154 | __u8 host_features[8]; | 155 | __u8 host_features[8]; |
156 | __u8 le_features[8]; | ||
157 | __u8 le_white_list_size; | ||
158 | __u8 le_states[8]; | ||
155 | __u8 commands[64]; | 159 | __u8 commands[64]; |
156 | __u8 hci_ver; | 160 | __u8 hci_ver; |
157 | __u16 hci_rev; | 161 | __u16 hci_rev; |
@@ -216,6 +220,7 @@ struct hci_dev { | |||
216 | unsigned long le_last_tx; | 220 | unsigned long le_last_tx; |
217 | 221 | ||
218 | struct workqueue_struct *workqueue; | 222 | struct workqueue_struct *workqueue; |
223 | struct workqueue_struct *req_workqueue; | ||
219 | 224 | ||
220 | struct work_struct power_on; | 225 | struct work_struct power_on; |
221 | struct delayed_work power_off; | 226 | struct delayed_work power_off; |