No description
Find a file
Archie Pusaka 2128939fe2 Bluetooth: Fix removing adv when processing cmd complete
If we remove one instance of adv using Set Extended Adv Enable, there
is a possibility of issue occurs when processing the Command Complete
event. Especially, the adv_info might not be found since we already
remove it in hci_req_clear_adv_instance() -> hci_remove_adv_instance().
If that's the case, we will mistakenly proceed to remove all adv
instances instead of just one single instance.

This patch fixes the issue by checking the content of the HCI command
instead of checking whether the adv_info is found.

Signed-off-by: Archie Pusaka <apusaka@chromium.org>
Reviewed-by: Sonny Sasaka <sonnysasaka@chromium.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2021-10-28 15:11:04 -07:00
arch sparc: Fix typo. 2021-10-05 11:34:17 +01:00
block
certs
crypto
Documentation net: wwan: iosm: correct devlink extra params 2021-10-02 16:05:20 +01:00
drivers Bluetooth: btmtksdio: add MT7921s Bluetooth support 2021-10-25 15:36:24 +02:00
fs
include mmc: add MT7921 SDIO identifiers for MediaTek Bluetooth devices 2021-10-25 15:36:24 +02:00
init
ipc
kernel
lib
LICENSES
mm
net Bluetooth: Fix removing adv when processing cmd complete 2021-10-28 15:11:04 -07:00
samples
scripts
security
sound
tools selftests: net: Test for the IOAM encapsulation with IPv6 2021-10-04 12:53:36 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.