aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-02-21 21:35:30 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2014-02-22 09:23:19 +0200
commit1b60ef210e90cc116b9c976ff9fb8b656b3ebb76 (patch)
tree5be69ff54354fa25cd70f4b0b918be678ccd94e9 /net/bluetooth/mgmt.c
parentBluetooth: Fix iterating wrong list in hci_remove_irk() (diff)
downloadlinux-dev-1b60ef210e90cc116b9c976ff9fb8b656b3ebb76.tar.xz
linux-dev-1b60ef210e90cc116b9c976ff9fb8b656b3ebb76.zip
Bluetooth: Fix issue with missing management event opcode
The event opcode for New Identity Resolving Key event is missing from supported event list. Just add it there. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r--net/bluetooth/mgmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 12fa6399c796..bc329d911706 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -106,6 +106,7 @@ static const u16 mgmt_events[] = {
MGMT_EV_DEVICE_UNBLOCKED,
MGMT_EV_DEVICE_UNPAIRED,
MGMT_EV_PASSKEY_NOTIFY,
+ MGMT_EV_NEW_IRK,
};
#define CACHE_TIMEOUT msecs_to_jiffies(2 * 1000)