commit | 97bf2e99934bdfd3f91914e6c935271b62567470 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Jul 04 12:37:16 2014 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Jul 04 11:58:08 2014 +0200 |
tree | 35b39a6a1d91c0ca35121fff1541976b06e7bb97 | |
parent | 9fc3bfb681bdf59999f56072fff4632a5abea897 [diff] |
Bluetooth: Fix missing return statement in process_adv_report If we're doing passive scanning we shouldn't proceed with any of the code that deals with active scanning (pending reports, etc.). This patch fixes a missing return statement for the passive scanning section in the process_adv_report() function. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>