mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 21:14:18 +00:00

Add chip_info of RTL8852BT accordingly, including firmware elements support, MAC memory quota (WDE, PLE and etc), SER IMR used by firmware, BTC registers, register based H2C/C2H, WoWLAN stub. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20240720021340.12102-4-pkshih@realtek.com
16 lines
299 B
C
16 lines
299 B
C
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
|
/* Copyright(c) 2024 Realtek Corporation
|
|
*/
|
|
|
|
#ifndef __RTW89_8852BT_H__
|
|
#define __RTW89_8852BT_H__
|
|
|
|
#include "core.h"
|
|
|
|
#define RF_PATH_NUM_8852BT 2
|
|
#define BB_PATH_NUM_8852BT 2
|
|
|
|
extern const struct rtw89_chip_info rtw8852bt_chip_info;
|
|
|
|
#endif
|