mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
wifi: rtlwifi: Add rtl8192du/table.{c,h}
These contain the MAC, BB, RF, and AGC initialisation tables for RTL8192DU. Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://msgid.link/5ea548b9-5ec6-4358-aa5d-94071f2341cb@gmail.com
This commit is contained in:
parent
b21faf0ede
commit
ed41175674
1675
drivers/net/wireless/realtek/rtlwifi/rtl8192du/table.c
Normal file
1675
drivers/net/wireless/realtek/rtlwifi/rtl8192du/table.c
Normal file
File diff suppressed because it is too large
Load Diff
29
drivers/net/wireless/realtek/rtlwifi/rtl8192du/table.h
Normal file
29
drivers/net/wireless/realtek/rtlwifi/rtl8192du/table.h
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/* Copyright(c) 2024 Realtek Corporation.*/
|
||||
|
||||
#ifndef __RTL92DU_TABLE_H__
|
||||
#define __RTL92DU_TABLE_H__
|
||||
|
||||
#define PHY_REG_2T_ARRAYLENGTH 372
|
||||
#define PHY_REG_ARRAY_PG_LENGTH 624
|
||||
#define RADIOA_2T_ARRAYLENGTH 378
|
||||
#define RADIOB_2T_ARRAYLENGTH 384
|
||||
#define RADIOA_2T_INT_PA_ARRAYLENGTH 378
|
||||
#define RADIOB_2T_INT_PA_ARRAYLENGTH 384
|
||||
#define MAC_2T_ARRAYLENGTH 192
|
||||
#define AGCTAB_ARRAYLENGTH 386
|
||||
#define AGCTAB_5G_ARRAYLENGTH 194
|
||||
#define AGCTAB_2G_ARRAYLENGTH 194
|
||||
|
||||
extern const u32 rtl8192du_phy_reg_2tarray[PHY_REG_2T_ARRAYLENGTH];
|
||||
extern const u32 rtl8192du_phy_reg_array_pg[PHY_REG_ARRAY_PG_LENGTH];
|
||||
extern const u32 rtl8192du_radioa_2tarray[RADIOA_2T_ARRAYLENGTH];
|
||||
extern const u32 rtl8192du_radiob_2tarray[RADIOB_2T_ARRAYLENGTH];
|
||||
extern const u32 rtl8192du_radioa_2t_int_paarray[RADIOA_2T_INT_PA_ARRAYLENGTH];
|
||||
extern const u32 rtl8192du_radiob_2t_int_paarray[RADIOB_2T_INT_PA_ARRAYLENGTH];
|
||||
extern const u32 rtl8192du_mac_2tarray[MAC_2T_ARRAYLENGTH];
|
||||
extern const u32 rtl8192du_agctab_array[AGCTAB_ARRAYLENGTH];
|
||||
extern const u32 rtl8192du_agctab_5garray[AGCTAB_5G_ARRAYLENGTH];
|
||||
extern const u32 rtl8192du_agctab_2garray[AGCTAB_2G_ARRAYLENGTH];
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user