wifi: rtw88: Add rtw8821a_table.{c,h}
JIRA: https://issues.redhat.com/browse/RHEL-79791 commit 4b81da5cd2b4c7231272216639bacecc818d8b51 Author: Bitterblue Smith <rtl8821cerfe2@gmail.com> Date: Wed Oct 30 20:25:16 2024 +0200 wifi: rtw88: Add rtw8821a_table.{c,h} These contain various arrays for initialising RTL8821AU. Also TX power limits. Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/087c7260-fcc3-4e22-886b-ac477cad9198@gmail.com Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>
This commit is contained in:
parent
de96499d74
commit
b32460cf4e
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,21 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
||||
/* Copyright(c) 2024 Realtek Corporation
|
||||
*/
|
||||
|
||||
#ifndef __RTW8821A_TABLE_H__
|
||||
#define __RTW8821A_TABLE_H__
|
||||
|
||||
extern const struct rtw_table rtw8821a_mac_tbl;
|
||||
extern const struct rtw_table rtw8821a_agc_tbl;
|
||||
extern const struct rtw_table rtw8821a_bb_tbl;
|
||||
extern const struct rtw_table rtw8821a_bb_pg_tbl;
|
||||
extern const struct rtw_table rtw8821a_rf_a_tbl;
|
||||
extern const struct rtw_table rtw8821a_txpwr_lmt_tbl;
|
||||
|
||||
extern const struct rtw_pwr_seq_cmd * const card_enable_flow_8821a[];
|
||||
extern const struct rtw_pwr_seq_cmd * const enter_lps_flow_8821a[];
|
||||
extern const struct rtw_pwr_seq_cmd * const card_disable_flow_8821a[];
|
||||
|
||||
extern const struct rtw_pwr_track_tbl rtw8821a_rtw_pwr_track_tbl;
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue