diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2023-08-16 10:06:48 +0200 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2023-08-24 12:21:15 -0700 |
commit | e0c1278ac89b0390fe9a74f673b6f25172292db2 (patch) | |
tree | 4a89f5e52208213536edc8dea54d163cd0cbcb0d /drivers/bluetooth/btqca.h | |
parent | 691d54d0f7cb14baac1ff4af210d13c0e4897e27 (diff) | |
download | lwn-e0c1278ac89b0390fe9a74f673b6f25172292db2.tar.gz lwn-e0c1278ac89b0390fe9a74f673b6f25172292db2.zip |
Bluetooth: qca: add support for WCN7850
Add support for the WCN7850 Bluetooth chipset.
Tested on the SM8550 QRD platform.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/bluetooth/btqca.h')
-rw-r--r-- | drivers/bluetooth/btqca.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btqca.h b/drivers/bluetooth/btqca.h index fe51c632d772..03bff5c0059d 100644 --- a/drivers/bluetooth/btqca.h +++ b/drivers/bluetooth/btqca.h @@ -149,6 +149,7 @@ enum qca_btsoc_type { QCA_QCA6390, QCA_WCN6750, QCA_WCN6855, + QCA_WCN7850, }; #if IS_ENABLED(CONFIG_BT_QCA) |