Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported list
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 6 May 2020 07:57:46 +0000 (09:57 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 11 May 2020 10:13:38 +0000 (12:13 +0200)
The event MGMT_EV_PHY_CONFIGURATION_CHANGED wasn't listed in the list of
supported events. So add it.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/mgmt.c

index f8c0a4fc80906335e89203e623773990f9b6b9e8..33b5640ea0602c4044f7503c5dfcc82ca64792d1 100644 (file)
@@ -147,6 +147,7 @@ static const u16 mgmt_events[] = {
        MGMT_EV_ADVERTISING_ADDED,
        MGMT_EV_ADVERTISING_REMOVED,
        MGMT_EV_EXT_INFO_CHANGED,
+       MGMT_EV_PHY_CONFIGURATION_CHANGED,
 };
 
 static const u16 mgmt_untrusted_commands[] = {