projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d67b4
)
Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported list
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 6 May 2020 07:57:46 +0000
(09:57 +0200)
committer
Marcel 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
patch
|
blob
|
history
diff --git
a/net/bluetooth/mgmt.c
b/net/bluetooth/mgmt.c
index f8c0a4fc80906335e89203e623773990f9b6b9e8..33b5640ea0602c4044f7503c5dfcc82ca64792d1 100644
(file)
--- 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[] = {