]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix merge of advertising data and scan response data
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 1 Jul 2014 12:11:19 +0000 (14:11 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:53 +0000 (17:42 +0200)
commita1a7e1d6ea9cfa54601b74e8a3235bd8138ab3a6
tree66142667ee8e1ce3ef4c74b6c7b7d5123f6c6ea8
parent2109fb0afdf52dff24ea4df018c6c57f2d0a7113
Bluetooth: Fix merge of advertising data and scan response data

The advertising data and scan response data are merged in the wrong
order. It should be advertsing data first and then scan response data
and not the other way around.

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