mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
wifi: rtw88: Add rtw8812a_table.{c,h}
These contain various arrays for initialising RTL8812AU. 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/086f476c-e832-4867-963c-a64a63252fd6@gmail.com
This commit is contained in:
parent
1b1350e200
commit
528f902ecc
2812
drivers/net/wireless/realtek/rtw88/rtw8812a_table.c
Normal file
2812
drivers/net/wireless/realtek/rtw88/rtw8812a_table.c
Normal file
File diff suppressed because it is too large
Load Diff
26
drivers/net/wireless/realtek/rtw88/rtw8812a_table.h
Normal file
26
drivers/net/wireless/realtek/rtw88/rtw8812a_table.h
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
||||
/* Copyright(c) 2024 Realtek Corporation
|
||||
*/
|
||||
|
||||
#ifndef __RTW8812A_TABLE_H__
|
||||
#define __RTW8812A_TABLE_H__
|
||||
|
||||
extern const struct rtw_table rtw8812a_mac_tbl;
|
||||
extern const struct rtw_table rtw8812a_agc_tbl;
|
||||
extern const struct rtw_table rtw8812a_agc_diff_lb_tbl;
|
||||
extern const struct rtw_table rtw8812a_agc_diff_hb_tbl;
|
||||
extern const struct rtw_table rtw8812a_bb_tbl;
|
||||
extern const struct rtw_table rtw8812a_bb_pg_tbl;
|
||||
extern const struct rtw_table rtw8812a_bb_pg_rfe3_tbl;
|
||||
extern const struct rtw_table rtw8812a_rf_a_tbl;
|
||||
extern const struct rtw_table rtw8812a_rf_b_tbl;
|
||||
extern const struct rtw_table rtw8812a_txpwr_lmt_tbl;
|
||||
|
||||
extern const struct rtw_pwr_seq_cmd * const card_enable_flow_8812a[];
|
||||
extern const struct rtw_pwr_seq_cmd * const enter_lps_flow_8812a[];
|
||||
extern const struct rtw_pwr_seq_cmd * const card_disable_flow_8812a[];
|
||||
|
||||
extern const struct rtw_pwr_track_tbl rtw8812a_rtw_pwr_track_tbl;
|
||||
extern const struct rtw_pwr_track_tbl rtw8812a_rtw_pwr_track_rfe3_tbl;
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user