commit | 581d6fd60f37be587690655de05aee200b939e06 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Fri Oct 09 16:13:51 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Oct 21 00:49:21 2015 +0200 |
tree | 7d0c92cd30f15fbc3f0b4e25a1d961905554b1ea | |
parent | bb77543ebd2e38c08412fec7eb1e35b902c5ff77 [diff] |
Bluetooth: Queue diagnostic messages together with HCI packets Sending diagnostic messages directly to the monitor socket might cause issues for devices processing their messages in interrupt context. So instead of trying to directly forward them, queue them up with the other HCI packets and lets them be processed by the sockets at the same time. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>