aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-03-24 15:10:55 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-03-26 14:05:22 -0700
commit02431b6cdb753e099df32a337f083c9502ceb0a0 (patch)
tree731aac7b32a91d8300186afed6f10e5d1795f8e9 /net/bluetooth
parentBluetooth: Fix wrong opcode error for read advertising features (diff)
downloadlinux-dev-02431b6cdb753e099df32a337f083c9502ceb0a0.tar.xz
linux-dev-02431b6cdb753e099df32a337f083c9502ceb0a0.zip
Bluetooth: Add missing entries for PHY configuration commands
The list of supported mgmt commands for PHY configuration is missing, so just add them. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth')
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 51c7e643669a..939254924a7b 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -108,6 +108,8 @@ static const u16 mgmt_commands[] = {
MGMT_OP_START_LIMITED_DISCOVERY,
MGMT_OP_READ_EXT_INFO,
MGMT_OP_SET_APPEARANCE,
+ MGMT_OP_GET_PHY_CONFIGURATION,
+ MGMT_OP_SET_PHY_CONFIGURATION,
MGMT_OP_SET_BLOCKED_KEYS,
MGMT_OP_SET_WIDEBAND_SPEECH,
MGMT_OP_READ_CONTROLLER_CAP,