Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode command
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 31 Jan 2015 23:07:52 +0000 (15:07 -0800)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 1 Feb 2015 07:13:23 +0000 (09:13 +0200)
commitc50b33c80e6d6fe833aa42ff6ad9156b5d5e92b2
treed7175ac749702d310283d8eb3abb47761cc1a34e
parent6e07231a80de33a3721c971e560316d04db16de8
Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode command

When the HCI Write Simple Pairing Debug Mode command has been issued,
the result needs to be tracked and stored. The hdev->ssp_debug_mode
variable is already present, but was never updated when the mode in
the controller was actually changed.

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