diff options
author | David S. Miller <davem@davemloft.net> | 2023-10-01 16:15:29 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-10-01 16:15:29 +0300 |
commit | c15cd642d437c9f64d397c14ce734e0554d3977b (patch) | |
tree | 5768b2d13850774ab18b48109f28ef87c9bb7e7f /net/bluetooth/hci_request.h | |
parent | 6b09edc1b31762af58d3d95754354ca6a92d39c0 (diff) | |
parent | b938790e70540bf4f2e653dcd74b232494d06c8f (diff) | |
download | linux-c15cd642d437c9f64d397c14ce734e0554d3977b.tar.xz |
Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
bluetooth pull request for net:
- Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
- Fix handling of listen for ISO unicast
- Fix build warnings
- Fix leaking content of local_codecs
- Add shutdown function for QCA6174
- Delete unused hci_req_prepare_suspend() declaration
- Fix hci_link_tx_to RCU lock usage
- Avoid redundant authentication
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bluetooth/hci_request.h')
-rw-r--r-- | net/bluetooth/hci_request.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/hci_request.h b/net/bluetooth/hci_request.h index b9c5a9823837..0be75cf0efed 100644 --- a/net/bluetooth/hci_request.h +++ b/net/bluetooth/hci_request.h @@ -71,7 +71,5 @@ struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, void hci_req_add_le_scan_disable(struct hci_request *req, bool rpa_le_conn); void hci_req_add_le_passive_scan(struct hci_request *req); -void hci_req_prepare_suspend(struct hci_dev *hdev, enum suspended_state next); - void hci_request_setup(struct hci_dev *hdev); void hci_request_cancel_all(struct hci_dev *hdev); |