mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
wifi: rtw88: Add rtw8821a.{c,h}
These contain code specific to RTL8821AU. Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/37218648-ada7-4fad-b7bd-d2aee28cefb9@gmail.com
This commit is contained in:
parent
b870b9d31c
commit
32e284a238
1197
drivers/net/wireless/realtek/rtw88/rtw8821a.c
Normal file
1197
drivers/net/wireless/realtek/rtw88/rtw8821a.c
Normal file
File diff suppressed because it is too large
Load Diff
10
drivers/net/wireless/realtek/rtw88/rtw8821a.h
Normal file
10
drivers/net/wireless/realtek/rtw88/rtw8821a.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
||||
/* Copyright(c) 2024 Realtek Corporation
|
||||
*/
|
||||
|
||||
#ifndef __RTW8821A_H__
|
||||
#define __RTW8821A_H__
|
||||
|
||||
extern const struct rtw_chip_info rtw8821a_hw_spec;
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user