From: Marcel Holtmann Date: Sat, 22 Feb 2014 05:35:30 +0000 (-0800) Subject: Bluetooth: Fix issue with missing management event opcode X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1b60ef210e90cc116b9c976ff9fb8b656b3ebb76;p=deliverable%2Flinux.git 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 Signed-off-by: Johan Hedberg --- 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)