diff mbox series

[v2,1/7] Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported list

Message ID 4470adb873fbc0f5874038e1d99a63df3a7b59b8.1588720791.git.marcel@holtmann.org
State New
Headers show
Series Patches introducing experimental feature support | expand

Commit Message

Marcel Holtmann May 5, 2020, 11:20 p.m. UTC
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>
---
 net/bluetooth/mgmt.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index f8c0a4fc8090..33b5640ea060 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -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[] = {