diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-11 17:44:58 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-12 02:46:09 -0400 |
commit | 7f72134e08bb15511ffcb880cdd01ca77ea54cb7 (patch) | |
tree | 40207a4d5c763b2fb60cb9a50771813ab775b219 /net/bluetooth/mgmt.c | |
parent | a82974c9f4ed07b89715d0695ff41379116fd622 (diff) |
Bluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported commands list
When adding support for MGMT_OP_SET_SCAN_PARAMS command the addition
to the supported commands list has been forgotten. This is needed
for userspace to detect if the command is supported or not.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r-- | net/bluetooth/mgmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index aa59490044aa..338878c13571 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c | |||
@@ -78,6 +78,7 @@ static const u16 mgmt_commands[] = { | |||
78 | MGMT_OP_SET_ADVERTISING, | 78 | MGMT_OP_SET_ADVERTISING, |
79 | MGMT_OP_SET_BREDR, | 79 | MGMT_OP_SET_BREDR, |
80 | MGMT_OP_SET_STATIC_ADDRESS, | 80 | MGMT_OP_SET_STATIC_ADDRESS, |
81 | MGMT_OP_SET_SCAN_PARAMS, | ||
81 | }; | 82 | }; |
82 | 83 | ||
83 | static const u16 mgmt_events[] = { | 84 | static const u16 mgmt_events[] = { |