diff options
author | David S. Miller <davem@davemloft.net> | 2023-10-01 14:15:29 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-10-01 14:15:29 +0100 |
commit | c15cd642d437c9f64d397c14ce734e0554d3977b (patch) | |
tree | 5768b2d13850774ab18b48109f28ef87c9bb7e7f /include | |
parent | 6b09edc1b31762af58d3d95754354ca6a92d39c0 (diff) | |
parent | b938790e70540bf4f2e653dcd74b232494d06c8f (diff) |
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 'include')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index e6359f7346f1..c33348ba1657 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -350,7 +350,7 @@ struct hci_dev { struct list_head list; struct mutex lock; - char name[8]; + const char *name; unsigned long flags; __u16 id; __u8 bus; |