diff options
| author | 2014-12-01 15:49:58 -0500 | |
|---|---|---|
| committer | 2014-12-01 15:49:58 -0500 | |
| commit | 992066c8d3f24d3b5779b1309f8a67634fac1c24 (patch) | |
| tree | bb3e19cf9cc65ebdc3c077a2a1963e1369d465b4 /include | |
| parent | mwifiex: add Tx status support for ACTION frames (diff) | |
| parent | Bluetooth: 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.h | 1 |
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]; |
