aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/cpustat_kern.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21bpf: Remove unused variable "prev_state"Ying Zhang1-2/+1
2023-03-13bpf: use canonical ftrace pathRoss Zwisler1-2/+2
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee1-18/+18
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen1-1/+1
2018-02-26samples/bpf: Add program for CPU state statisticsLeo Yan1-0/+281
ion> Intel wireless group's fork of linux.gitIntel wireless group
aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-06-10 14:05:57 +0300
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-06-15 01:34:26 +0000
commit21cc9106e0c6fbbb50b5822ca7d46e45d5b07072 (patch)
tree59248d477f3744dc72317a760b0189c355a6ec44 /net
parentb3c389f1c5a42a9e2b9cd72144968447d48f19cb (diff)
downloadchromeos-21cc9106e0c6fbbb50b5822ca7d46e45d5b07072.tar.gz
CHERRY-PICK: Bluetooth: Fix indicating discovery state when canceling inquiry
When inquiry is canceled through the HCI_Cancel_Inquiry command there is no Inquiry Complete event generated. Instead, all we get is the command complete for the HCI_Inquiry_Cancel command. This means that we must call the hci_discovery_set_state() function from the respective command complete handler in order to ensure that user space knows the correct discovery state. BUG=chrome-os-partner:26547 TEST=Enable and disable the BT device multiple times Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> (cherry picked from commit 3c7f175ad7898fbeceadb2787847e23a975ebd62) Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com> Change-Id: Ib16f44acbb654b6c7847e69a6abaa8f532ffd39b Reviewed-on: https://chromium-review.googlesource.com/203530 Reviewed-by: Scott James Remnant <keybuk@chromium.org> Commit-Queue: Tedd An <tedd.an@intel.com> Tested-by: Tedd An <tedd.an@intel.com>