aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2014-12-01 15:49:58 -0500
committerJohn W. Linville <linville@tuxdriver.com>2014-12-01 15:49:58 -0500
commit992066c8d3f24d3b5779b1309f8a67634fac1c24 (patch)
treebb3e19cf9cc65ebdc3c077a2a1963e1369d465b4 /include
parentmwifiex: add Tx status support for ACTION frames (diff)
parentBluetooth: Automatically flushable packets aren't allowed on LE links (diff)
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index a805b3d97c0b..396c09840fdf 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -130,6 +130,7 @@ struct smp_irk {
struct link_key {
struct list_head list;
+ struct rcu_head rcu;
bdaddr_t bdaddr;
u8 type;
u8 val[HCI_LINK_KEY_SIZE];