diff options
| author | Ping-Ke Shih <pkshih@realtek.com> | 2022-03-07 14:04:45 +0800 |
|---|---|---|
| committer | Kalle Valo <kvalo@kernel.org> | 2022-03-10 18:41:55 +0200 |
| commit | 0ac80e05ea329acdb3bf2c9cc37b102b58390759 (patch) | |
| tree | 46357d82f170139f0cb75b91af35f4389e1384d4 /drivers/net/wireless/realtek/rtw89/rtw8852c.h | |
| parent | f015725fb59bdc13319b0a3ec16d707b024b5603 (diff) | |
| download | lwn-0ac80e05ea329acdb3bf2c9cc37b102b58390759.tar.gz lwn-0ac80e05ea329acdb3bf2c9cc37b102b58390759.zip | |
rtw89: 8852c: add 8852c empty files
Add these files, and then I can add specific chip::ops or chip::info along
with the existing chip.
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220307060457.56789-2-pkshih@realtek.com
Diffstat (limited to 'drivers/net/wireless/realtek/rtw89/rtw8852c.h')
| -rw-r--r-- | drivers/net/wireless/realtek/rtw89/rtw8852c.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852c.h b/drivers/net/wireless/realtek/rtw89/rtw8852c.h new file mode 100644 index 000000000000..68a397223a81 --- /dev/null +++ b/drivers/net/wireless/realtek/rtw89/rtw8852c.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ +/* Copyright(c) 2019-2022 Realtek Corporation + */ + +#ifndef __RTW89_8852C_H__ +#define __RTW89_8852C_H__ + +#include "core.h" + +extern const struct rtw89_chip_info rtw8852c_chip_info; + +#endif |
